2 implementations of Contains
Microsoft.Build (2)
Collections\CopyOnWritePropertyDictionary.cs (1)
116
public bool
Contains
(string name) => _backing.ContainsKey(name);
Instance\ImmutableProjectCollections\ImmutablePropertyCollectionConverter.cs (1)
19
public bool
Contains
(string name) => ContainsKey(name);
1 reference to Contains
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
1691
if ((_directMetadata?.
Contains
(name) == true) ||