1 instantiation of CharEntityEncoderFallback
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
158_charEntityFallback = new CharEntityEncoderFallback();
3 references to CharEntityEncoderFallback
System.Private.Xml (3)
System\Xml\Core\CharEntityEncoderFallback.cs (2)
51private readonly CharEntityEncoderFallback _parent; 56internal CharEntityEncoderFallbackBuffer(CharEntityEncoderFallback parent)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
63private readonly CharEntityEncoderFallback? _charEntityFallback;