4 references to UnescapeString
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceContent.cs (4)
88internal static string UnescapeString(string content) => UnescapeString(content.AsSpan(), false) ?? content; 210UnescapeString(input.AsSpan(tokenStart, i - tokenStart)) 227UnescapeString(input.AsSpan(tokenStart + 1, i - tokenStart - 1)) 249UnescapeString(input.AsSpan(tokenStart))