4 references to PropertyName
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (3)
283
taskParameters.Add(outputPropertyInstance.
PropertyName
);
1154
outputTargetName = bucket.Expander.ExpandIntoStringAndUnescape(taskOutputPropertyInstance.
PropertyName
, ExpanderOptions.ExpandAll, taskOutputPropertyInstance.PropertyNameLocation);
1162
taskOutputPropertyInstance.
PropertyName
,
Instance\ProjectTargetInstance.cs (1)
499
taskElement.AddOutputItem(outputPropertyInstance.TaskParameter, outputPropertyInstance.
PropertyName
, outputPropertyInstance.Condition);