1 write to PushToWriterFirst
System.Private.Xml (1)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
468
infoCaller.
PushToWriterFirst
= true;
11 references to PushToWriterFirst
System.Private.Xml (11)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (11)
1012
Debug.Assert(XmlILConstructInfo.Read(ndChoice).
PushToWriterFirst
);
2552
Debug.Assert(!XmlILConstructInfo.Read(ndInvoke).
PushToWriterFirst
|| useWriter);
2780
Debug.Assert(XmlILConstructInfo.Read(ndElem).
PushToWriterFirst
, "Element construction should always be pushed to writer.");
2830
Debug.Assert(XmlILConstructInfo.Read(ndAttr).
PushToWriterFirst
, "Attribute construction should always be pushed to writer.");
2864
Debug.Assert(XmlILConstructInfo.Read(ndComment).
PushToWriterFirst
, "Comment construction should always be pushed to writer.");
2884
Debug.Assert(XmlILConstructInfo.Read(ndPI).
PushToWriterFirst
, "PI construction should always be pushed to writer.");
2924
Debug.Assert(info.
PushToWriterFirst
, "Text construction should always be pushed to writer.");
2984
Debug.Assert(XmlILConstructInfo.Read(ndDoc).
PushToWriterFirst
, "Document root construction should always be pushed to writer.");
3007
Debug.Assert(info.
PushToWriterFirst
, "Namespace construction should always be pushed to writer.");
3745
Debug.Assert(XmlILConstructInfo.Read(ndCopy).
PushToWriterFirst
);
3779
Debug.Assert(XmlILConstructInfo.Read(ndCopyOf).
PushToWriterFirst
, "XsltCopyOf should always be pushed to writer.");