2 implementations of GetStorages
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService_Reference.cs (1)
659public IEnumerable<ITemporaryStreamStorageInternal>? GetStorages()
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioMetadataReference.Snapshot.cs (1)
113public IEnumerable<ITemporaryStreamStorageInternal> GetStorages()
1 reference to GetStorages
Microsoft.CodeAnalysis.Workspaces (1)
Serialization\SerializerService_Reference.cs (1)
320var storages = reference.GetStorages();