3 references to TryGetMetadata
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (3)
113
if (
TryGetMetadata
(fullPath, snapshotTimestamp, out var metadata) &&
153
if (!
TryGetMetadata
(fullPath, snapshotTimestamp, out var metadata))
164
if (
TryGetMetadata
(fullPath, snapshotTimestamp, out var cachedMetadata))