4 references to EscChar
System.Private.Xml (4)
System\Xml\Xsl\Runtime\DecimalFormatter.cs (4)
174
if (char.IsAsciiDigit(ch) || ch ==
EscChar
)
178
temp.Append(
EscChar
);
262
else if (ch ==
EscChar
)
268
Debug.Assert(char.IsAsciiDigit(ch) || ch ==
EscChar
);