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