4 references to InterleaveInvalidChars
System.Private.Xml (4)
System\Xml\Core\XmlCharCheckingWriter.cs (2)
173
text =
InterleaveInvalidChars
(text, '-', '-');
197
text =
InterleaveInvalidChars
(text, '?', '>');
System\Xml\Core\XmlCharCheckingWriterAsync.cs (2)
123
text =
InterleaveInvalidChars
(text, '-', '-');
145
text =
InterleaveInvalidChars
(text, '?', '>');