2 writes to _referenceLocation
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetSpecification.cs (2)
36
this.
_referenceLocation
= referenceLocation;
59
translator.Translate(ref
_referenceLocation
, ElementLocation.FactoryForDeserialization);
1 reference to _referenceLocation
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetSpecification.cs (1)
54
public ElementLocation ReferenceLocation =>
_referenceLocation
;