1 implementation of TryGetUnescapedValue
Microsoft.Build (1)
Instance\ImmutableProjectCollections\ImmutableProjectPropertyCollectionConverter.cs (1)
45
public bool
TryGetUnescapedValue
(string key, out string unescapedValue)
1 reference to TryGetUnescapedValue
Microsoft.Build (1)
Collections\PropertyDictionary.cs (1)
351
return unescapedProperties.
TryGetUnescapedValue
(propertyName, out unescapedValue);