3 implementations of Get
Microsoft.Build (3)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
336public T Get(string key, int index, int length)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (1)
76public T Get(string key, int index, int length) => _values.Get(key, index, length);
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (1)
109public ProjectPropertyInstance Get(string key, int index, int length)
1 reference to Get
Microsoft.Build (1)
Collections\PropertyDictionary.cs (1)
318return _properties.Get(name, startIndex, endIndex - startIndex + 1);