1 interface inheriting from ITemporaryStorageWithName
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TemporaryStorage\ITemporaryTextStorageWithName.cs (1)
14internal interface ITemporaryTextStorageWithName : ITemporaryTextStorageInternal, ITemporaryStorageWithName
1 implementation of ITemporaryStorageWithName
Microsoft.CodeAnalysis.Workspaces (1)
TemporaryStorage\TemporaryStorageServiceFactory.cs (1)
304internal class TemporaryStreamStorage : ITemporaryStreamStorageInternal, ITemporaryStorageWithName
2 references to ITemporaryStorageWithName
Microsoft.CodeAnalysis.Workspaces (2)
Serialization\SerializerService_Reference.cs (1)
331if (storage is not ITemporaryStorageWithName storage2)
Workspace\Host\TemporaryStorage\ITemporaryTextStorageWithName.cs (1)
12/// Represents a <see cref="ITemporaryStorageWithName"/> which is used to hold data for <see cref="SourceText"/>.