6 implementations of GetProperty
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
415
public ProjectPropertyInstance
GetProperty
(string name, int startIndex, int endIndex)
Collections\PropertyDictionary.cs (1)
314
public T
GetProperty
(string name, int startIndex, int endIndex)
Definition\Project.cs (1)
4570
public ProjectProperty
GetProperty
(string name, int startIndex, int endIndex)
Evaluation\LazyItemEvaluator.EvaluatorData.cs (1)
284
public P
GetProperty
(string name, int startIndex, int endIndex)
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
76
public P
GetProperty
(string name, int startIndex, int endIndex)
Instance\ProjectInstance.cs (1)
1873
ProjectPropertyInstance IPropertyProvider<ProjectPropertyInstance>.
GetProperty
(string name, int startIndex, int endIndex)
3 references to GetProperty
Microsoft.Build (3)
Evaluation\Expander.cs (1)
1553
T property = properties.
GetProperty
(propertyName, startIndex, endIndex);
Evaluation\LazyItemEvaluator.EvaluatorData.cs (1)
286
return _wrappedData.
GetProperty
(name, startIndex, endIndex);
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
78
P prop = _wrapped.
GetProperty
(name, startIndex, endIndex);