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