2 writes to _name
Microsoft.Build (2)
Instance\ProjectPropertyInstance.cs (2)
46
_name
= name;
176
translator.Translate(ref
_name
);
6 references to _name
Microsoft.Build (6)
Instance\ProjectPropertyInstance.cs (6)
58
public string Name =>
_name
;
162
return _escapedValue == other._escapedValue && String.Equals(
_name
, other.
_name
, StringComparison.OrdinalIgnoreCase);
189
return
_name
+ "=" + _escapedValue;
256
return Create(that.
_name
, that._escapedValue, mayBeReserved: true /* already validated */, isImmutable: that.IsImmutable, that is EnvironmentDerivedProjectPropertyInstance);
265
return Create(that.
_name
, that._escapedValue, mayBeReserved: true /* already validated */, isImmutable: isImmutable, that is EnvironmentDerivedProjectPropertyInstance);