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