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;