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