2 implementations of GetEscapedValue
Microsoft.Build (2)
Collections\CopyOnWritePropertyDictionary.cs (1)
118
public string
GetEscapedValue
(string name)
Instance\ImmutableProjectCollections\ImmutablePropertyCollectionConverter.cs (1)
21
public string?
GetEscapedValue
(string name)
1 reference to GetEscapedValue
Microsoft.Build (1)
Instance\ProjectItemInstance.cs (1)
1325
string escapedValue = _directMetadata.
GetEscapedValue
(metadataName);