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