Implemented interface member:
4 references to TryGetValue
Microsoft.Build (4)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
883
if (!
TryGetValue
(element.Key, out ours) || !Object.ReferenceEquals(element, ours))
Collections\RetrievableEntryHashSet\RetrievableValuedEntryHashSet.cs (1)
43
if (
TryGetValue
(key, out T item) && item != null)
Definition\Project.cs (2)
4433
ItemDefinitions.
TryGetValue
(itemType, out ProjectItemDefinition itemDefinition);
4469
Targets.
TryGetValue
(targetName, out ProjectTargetInstance target);