Implemented interface member:
3 references to TryGetValue
Microsoft.CodeAnalysis.CodeStyle (3)
ImmutableHashMap.cs (1)
334if (this.TryGetValue(key, out var value))
ImmutableHashMapExtensions.cs (2)
32if (map.TryGetValue(key, out var existingValue)) 54while (!map.TryGetValue(key, out existingValue));