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