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