4 references to ExtractEscapedValue
Microsoft.Build (4)
BackEnd\BuildManager\GlobalPropertiesLookup.cs (4)
37.Select(p => new KeyValuePair<string, string?>(p.Key, ExtractEscapedValue(p.Value))) 49value = ExtractEscapedValue(property); 57public string? this[string key] => ExtractEscapedValue(_backingProperties[key]); 60public IEnumerable<string?> Values => _backingProperties.Values.Select(ExtractEscapedValue);