2 writes to _escapedValue
Microsoft.Build (2)
Instance\ProjectMetadataInstance.cs (2)
77_escapedValue = escapedValue ?? String.Empty; 96translator.Translate(ref _escapedValue);
7 references to _escapedValue
Microsoft.Build (7)
Instance\ProjectMetadataInstance.cs (7)
123return EscapingUtilities.UnescapeAll(_escapedValue); 159return _escapedValue; 168return $"{_name}={_escapedValue}"; 182string mutableValue = _escapedValue; 208return _escapedValue == other._escapedValue && 222return new ProjectMetadataInstance(_name, _escapedValue, true /* allow built-in metadata names */);