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