2 implementations of TryGetEscapedValue
Microsoft.Build (2)
Collections\RetrievableEntryHashSet\RetrievableValuedEntryHashSet.cs (1)
41public bool TryGetEscapedValue(string key, out string escapedValue)
Instance\ImmutableProjectCollections\ImmutableValuedElementCollectionConverter.cs (1)
25public bool TryGetEscapedValue(string key, out string escapedValue)
1 reference to TryGetEscapedValue
Microsoft.Build (1)
Collections\PropertyDictionary.cs (1)
335if (_properties.TryGetEscapedValue(propertyName, out string escapedValue) && escapedValue != null)