2 writes to _escapedValue
Microsoft.Build (2)
Instance\ProjectMetadataInstance.cs (2)
76_escapedValue = escapedValue ?? String.Empty; 95translator.Translate(ref _escapedValue);
7 references to _escapedValue
Microsoft.Build (7)
Instance\ProjectMetadataInstance.cs (7)
122return EscapingUtilities.UnescapeAll(_escapedValue); 158return _escapedValue; 167return _name + "=" + _escapedValue; 181string mutableValue = _escapedValue; 207return _escapedValue == other._escapedValue && 221return new ProjectMetadataInstance(_name, _escapedValue, true /* allow built-in metadata names */);