8 writes to constrMeth
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (8)
112this.constrMeth = XmlILConstructMethod.Iterator; 167this.constrMeth = value; 182this.constrMeth = XmlILConstructMethod.WriterThenIterator; 186this.constrMeth = XmlILConstructMethod.Writer; 203this.constrMeth = XmlILConstructMethod.IteratorThenWriter; 207this.constrMeth = XmlILConstructMethod.Writer; 224this.constrMeth = XmlILConstructMethod.IteratorThenWriter; 228this.constrMeth = XmlILConstructMethod.Iterator;
12 references to constrMeth
System.Data.SqlXml (12)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (12)
164get { return this.constrMeth; } 175get { return this.constrMeth == XmlILConstructMethod.Writer || this.constrMeth == XmlILConstructMethod.WriterThenIterator; } 180switch (this.constrMeth) { 196get { return this.constrMeth == XmlILConstructMethod.Writer || this.constrMeth == XmlILConstructMethod.IteratorThenWriter; } 201switch (this.constrMeth) { 217get { return this.constrMeth == XmlILConstructMethod.IteratorThenWriter || this.constrMeth == XmlILConstructMethod.Iterator; } 222switch (this.constrMeth) { 345if (this.constrMeth != XmlILConstructMethod.Iterator) { 346s += this.constrMeth.ToString();