6 references to IteratorThenWriter
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (5)
203case XmlILConstructMethod.IteratorThenWriter: 215get { return _constrMeth == XmlILConstructMethod.Writer || _constrMeth == XmlILConstructMethod.IteratorThenWriter; } 224_constrMeth = XmlILConstructMethod.IteratorThenWriter; 239get { return _constrMeth == XmlILConstructMethod.IteratorThenWriter || _constrMeth == XmlILConstructMethod.Iterator; } 248_constrMeth = XmlILConstructMethod.IteratorThenWriter;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
312case XmlILConstructMethod.IteratorThenWriter: