107 {
108 get
109 {
111 {
112 return _constrMeth == XmlILConstructMethod.IteratorThenWriter;
113 }
114 return true;
115 }
116 set
117 {
119 {
120 case XmlILConstructMethod.Iterator:
121 _constrMeth = XmlILConstructMethod.IteratorThenWriter;
122 break;
123 case XmlILConstructMethod.WriterThenIterator:
125 break;
126 }
127 }
128 }
XmlILConstructMethod _constrMeth