Implemented interface members:
8 references to TryGetValue
Microsoft.CodeAnalysis.CodeStyle (8)
src\Dependencies\Collections\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\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
185return TryGetValue(pair.Key, out var value)