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); 853if (_charEntityFallback != null) 855_charEntityFallback.StartOffset = startOffset;
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (3)
629_charEntityFallback!.Reset(_textContentMarks!, _lastMarkPos); 685if (_charEntityFallback != null) 687_charEntityFallback.StartOffset = startOffset;