4 references to PropertyNameLocation
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
1115
outputTargetName = bucket.Expander.ExpandIntoStringAndUnescape(taskOutputPropertyInstance.PropertyName, ExpanderOptions.ExpandAll, taskOutputPropertyInstance.
PropertyNameLocation
);
1120
taskOutputPropertyInstance.
PropertyNameLocation
,
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
408
Assert.Equal(x.
PropertyNameLocation
, y.
PropertyNameLocation
, new Helpers.ElementLocationComparerIgnoringType());