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)
51
private readonly
CharEntityEncoderFallback
_parent;
56
internal CharEntityEncoderFallbackBuffer(
CharEntityEncoderFallback
parent)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
63
private readonly
CharEntityEncoderFallback
? _charEntityFallback;