4 references to UnescapeString
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceContent.cs (4)
89internal static string UnescapeString(string content) => UnescapeString(content.AsSpan(), false) ?? content; 211UnescapeString(input.AsSpan(tokenStart, i - tokenStart)) 228UnescapeString(input.AsSpan(tokenStart + 1, i - tokenStart - 1)) 250UnescapeString(input.AsSpan(tokenStart))