1 implementation of ITemporaryTextStorageWithName
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
170private sealed class TemporaryTextStorage : ITemporaryTextStorageInternal, ITemporaryTextStorageWithName
5 references to ITemporaryTextStorageWithName
Microsoft.CodeAnalysis.Workspaces (5)
Serialization\SerializableSourceText.cs (5)
31private readonly ITemporaryTextStorageWithName? _storage; 47public SerializableSourceText(ITemporaryTextStorageWithName storage) 57private SerializableSourceText(ITemporaryTextStorageWithName? storage, SourceText? text) 104if (state.Storage is ITemporaryTextStorageWithName storage) 165if (storage is ITemporaryTextStorageWithName storageWithName)