1 write to charEntityFallback
System.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
176charEntityFallback = new CharEntityEncoderFallback();
7 references to charEntityFallback
System.Xml (7)
System\Xml\Core\XmlEncodedRawTextWriter.cs (4)
178encoding.EncoderFallback = charEntityFallback; 732charEntityFallback.Reset( textContentMarks, lastMarkPos ); 780if ( charEntityFallback != null ) { 781charEntityFallback.StartOffset = startOffset;
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
504charEntityFallback.Reset( textContentMarks, lastMarkPos ); 552if ( charEntityFallback != null ) { 553charEntityFallback.StartOffset = startOffset;