Implemented interface member:
method
GetProperty
Microsoft.Build.Evaluation.IPropertyProvider<T>.GetProperty(System.String, System.Int32, System.Int32)
5 references to GetProperty
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\Lookup.cs (2)
424ProjectPropertyInstance property = scope.PropertySets.GetProperty(name, startIndex, endIndex); 433ProjectPropertyInstance property = scope.Properties.GetProperty(name, startIndex, endIndex);
Collections\PropertyDictionary.cs (1)
330return GetProperty(keyString, startIndex, endIndex);
Definition\Project.cs (1)
4608return Properties.GetProperty(name, startIndex, endIndex);
Instance\ProjectInstance.cs (1)
1968return _properties.GetProperty(name, startIndex, endIndex);