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