3 implementations of Get
Microsoft.Build (3)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
324
public T
Get
(string key)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
74
public T
Get
(string key) => _values.Get(key);
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
104
public ProjectPropertyInstance
Get
(string key)