2 writes to _targetName
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetSpecification.cs (2)
35
this.
_targetName
= targetName;
58
translator.Translate(ref
_targetName
);
1 reference to _targetName
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetSpecification.cs (1)
47
public string TargetName =>
_targetName
;