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