2 instantiations of TemporaryStorageTextHandle
Microsoft.CodeAnalysis.Workspaces (2)
TemporaryStorage\TemporaryStorageService.cs (2)
107return new(this, memoryMappedInfo.MemoryMappedFile, identifier, text.ChecksumAlgorithm, text.Encoding, text.GetContentHash());
190return new(this, memoryMappedFile, storageIdentifier, checksumAlgorithm, encoding, contentHash);
8 references to TemporaryStorageTextHandle
Microsoft.CodeAnalysis.Workspaces (8)