1 write to _charEntityFallback
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
158
_charEntityFallback
= new CharEntityEncoderFallback();
5 references to _charEntityFallback
System.Private.Xml (5)
System\Xml\Core\XmlEncodedRawTextWriter.cs (3)
164
_encoding.EncoderFallback =
_charEntityFallback
;
797
_charEntityFallback
!.Reset(_textContentMarks!, _lastMarkPos);
853
_charEntityFallback
?.StartOffset = startOffset;
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (2)
629
_charEntityFallback
!.Reset(_textContentMarks!, _lastMarkPos);
685
_charEntityFallback
?.StartOffset = startOffset;