2 instantiations of XmlAsyncCheckWriter
System.Private.Xml (2)
System\Xml\Core\XmlWriterSettings.cs (2)
429
writer = new
XmlAsyncCheckWriter
(writer);
476
writer = new
XmlAsyncCheckWriter
(writer);
2 references to XmlAsyncCheckWriter
System.Private.Xml (2)
System\Xml\Xsl\XmlILCommand.cs (2)
50
if (writer is
XmlAsyncCheckWriter
)
52
writer = ((
XmlAsyncCheckWriter
)writer).CoreWriter;