Implemented interface member:
2 references to TryGetValue
MSBuildTaskHost (2)
CopyOnWriteDictionary.cs (1)
249
return _backing.
TryGetValue
(key, out value);
Immutable\ImmutableDictionary.cs (1)
132
if (
TryGetValue
(key, out V existingValue) && Object.Equals(existingValue, value))