2 references to GetMetadata
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
LanguageServices\FSharpVisualStudioWorkspaceExtensions.cs (1)
18
return metadataReferenceProvider.
GetMetadata
(fullPath, snapshotTimestamp);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (1)
83
return _provider.
GetMetadata
(this.FilePath, timestamp);