2 implementations of ISupportTemporaryStorage
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializedPortableExecutableReference.cs (1)
19
private sealed class SerializedPortableExecutableReference : PortableExecutableReference,
ISupportTemporaryStorage
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (1)
31
private sealed class VisualStudioPortableExecutableReference : PortableExecutableReference,
ISupportTemporaryStorage
1 reference to ISupportTemporaryStorage
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService_Reference.cs (1)
101
if (portable is
ISupportTemporaryStorage
{ StorageHandles: { Count: > 0 } handles } &&