5 references to SBReplaceCharWithString
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\Utils.cs (5)
415Utils.SBReplaceCharWithString(sb, (char)13, "
");
426SBReplaceCharWithString(sb, (char)13, "
");
442SBReplaceCharWithString(sb, (char)9, "	");
443SBReplaceCharWithString(sb, (char)10, "
");
444SBReplaceCharWithString(sb, (char)13, "
");