2 writes to PushToWriterLast
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
545info.PushToWriterLast = true;
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
261XmlILConstructInfo.Write(local0.Root).PushToWriterLast = true;
11 references to PushToWriterLast
System.Private.Xml (11)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
36Debug.Assert(XmlILConstructInfo.Read(nd).PushToWriterLast,
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (9)
4428if (!info.PushToWriterLast || nd.XmlType!.IsSingleton) 4449if (!info.PushToWriterLast) 4734if (XmlILConstructInfo.Read(nd).PushToWriterLast) 4772Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4786Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4805Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4815Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast); 4825Debug.Assert(nd.XmlType!.IsSingleton && !XmlILConstructInfo.Read(nd).PushToWriterLast); 4839Debug.Assert(!XmlILConstructInfo.Read(nd).PushToWriterLast);
System\Xml\Xsl\XmlIlGenerator.cs (1)
221if (XmlILConstructInfo.Read(ndFunc).PushToWriterLast)