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