4 references to InterleaveInvalidChars
System.Xml (4)
System\Xml\Core\XmlCharCheckingWriter.cs (2)
174text = InterleaveInvalidChars( text, '-', '-' ); 190text = InterleaveInvalidChars( text, '?', '>' );
System\Xml\Core\XmlCharCheckingWriterAsync.cs (2)
93text = InterleaveInvalidChars( text, '-', '-' ); 109text = InterleaveInvalidChars( text, '?', '>' );