5 references to SBReplaceCharWithString
System.Security.Cryptography.Xml (5)
System\Security\Cryptography\Xml\Utils.cs (5)
427Utils.SBReplaceCharWithString(sb, (char)13, "
");
438SBReplaceCharWithString(sb, (char)13, "
");
454SBReplaceCharWithString(sb, (char)9, "	");
455SBReplaceCharWithString(sb, (char)10, "
");
456SBReplaceCharWithString(sb, (char)13, "
");