1 implementation of AttachTemporaryTextStorage
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
108public ITemporaryTextStorageInternal AttachTemporaryTextStorage(string storageName, long offset, long size, SourceHashAlgorithm checksumAlgorithm, Encoding? encoding)
1 reference to AttachTemporaryTextStorage
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializableSourceText.cs (1)
164var storage = storage2.AttachTemporaryTextStorage(name, offset, size, checksumAlgorithm, encoding);