6 references to IteratorThenWriter
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (5)
204case XmlILConstructMethod.IteratorThenWriter: 216get { return _constrMeth == XmlILConstructMethod.Writer || _constrMeth == XmlILConstructMethod.IteratorThenWriter; } 225_constrMeth = XmlILConstructMethod.IteratorThenWriter; 240get { return _constrMeth == XmlILConstructMethod.IteratorThenWriter || _constrMeth == XmlILConstructMethod.Iterator; } 249_constrMeth = XmlILConstructMethod.IteratorThenWriter;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
312case XmlILConstructMethod.IteratorThenWriter: