1 reference to TryGetValue
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
94
public bool TryGetValue(string key, out T value) => _values.
TryGetValue
(key, out value);