3 writes to _value
Microsoft.Build (3)
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (3)
55
_value
= value;
68
_value
= that._value;
135
translator.Translate(ref
_value
);
2 references to _value
Microsoft.Build (2)
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (2)
68
_value = that.
_value
;
95
{ return
_value
; }