Implemented interface members:
8 references to TryGetValue
Microsoft.Build (8)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\RoslynImmutableInterlocked.cs (7)
401if (map.TryGetValue(key, out var value)) 421if (map.TryGetValue(key, out var value)) 440if (priorCollection.TryGetValue(key, out var oldValue)) 474if (priorCollection.TryGetValue(key, out var oldValue)) 510if (priorCollection.TryGetValue(key, out var oldValue)) 569if (!priorCollection.TryGetValue(key, out var priorValue) || !valueComparer.Equals(priorValue, comparisonValue)) 596if (!priorCollection.TryGetValue(key, out value))
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (1)
185return TryGetValue(pair.Key, out var value)