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