1 write to _temporaryStorageService
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (1)
88_temporaryStorageService = (TemporaryStorageService)workspace.Services.GetRequiredService<ITemporaryStorageServiceInternal>();
3 references to _temporaryStorageService
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (3)
89Assumes.Present(_temporaryStorageService); 189: CreateAssemblyMetadata(fullPath, fullPath => GetMetadataFromTemporaryStorage(fullPath, _temporaryStorageService)); 284return GetMetadataFromTemporaryStorage(fullPath, _temporaryStorageService);