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