1 write to _temporaryStorageService
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (1)
77
_temporaryStorageService
= temporaryStorageService;
2 references to _temporaryStorageService
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (2)
79
Assumes.Present(
_temporaryStorageService
);
221
storage =
_temporaryStorageService
.CreateTemporaryStreamStorage();