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