1 write to _provider
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (1)
47
_provider
= provider;
4 references to _provider
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (4)
83
return
_provider
.GetMetadata(this.FilePath, timestamp);
102
=> new VisualStudioDocumentationProvider(this.FilePath,
_provider
._xmlMemberIndexService);
105
=> new VisualStudioPortableExecutableReference(
_provider
, properties, this.FilePath, _fileChangeTracker);
111
=>
_provider
.GetStorageHandles(this.FilePath, _timestamp.Value);