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