1 write to PushToWriterFirst
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
423
infoCaller.
PushToWriterFirst
= true;
11 references to PushToWriterFirst
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
940
Debug.Assert(XmlILConstructInfo.Read(ndChoice).
PushToWriterFirst
);
2367
Debug.Assert(!XmlILConstructInfo.Read(ndInvoke).
PushToWriterFirst
|| useWriter);
2577
Debug.Assert(XmlILConstructInfo.Read(ndElem).
PushToWriterFirst
, "Element contruction should always be pushed to writer.");
2626
Debug.Assert(XmlILConstructInfo.Read(ndAttr).
PushToWriterFirst
, "Attribute construction should always be pushed to writer.");
2659
Debug.Assert(XmlILConstructInfo.Read(ndComment).
PushToWriterFirst
, "Comment construction should always be pushed to writer.");
2678
Debug.Assert(XmlILConstructInfo.Read(ndPI).
PushToWriterFirst
, "PI construction should always be pushed to writer.");
2715
Debug.Assert(info.
PushToWriterFirst
, "Text construction should always be pushed to writer.");
2772
Debug.Assert(XmlILConstructInfo.Read(ndDoc).
PushToWriterFirst
, "Document root construction should always be pushed to writer.");
2794
Debug.Assert(info.
PushToWriterFirst
, "Namespace construction should always be pushed to writer.");
3474
Debug.Assert(XmlILConstructInfo.Read(ndCopy).
PushToWriterFirst
);
3507
Debug.Assert(XmlILConstructInfo.Read(ndCopyOf).
PushToWriterFirst
, "XsltCopyOf should always be pushed to writer.");