2 writes to _taskParameterLocation
Microsoft.Build (2)
Instance\ProjectTaskOutputPropertyInstance.cs (2)
70
_taskParameterLocation
= taskParameterLocation;
149
translator.Translate(ref
_taskParameterLocation
, ElementLocation.FactoryForDeserialization);
1 reference to _taskParameterLocation
Microsoft.Build (1)
Instance\ProjectTaskOutputPropertyInstance.cs (1)
132
get { return
_taskParameterLocation
; }