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