7 writes to ConstructMethod
System.Data.SqlXml (7)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (7)
410this.parentInfo.ConstructMethod = XmlILConstructMethod.Writer; 434this.parentInfo.ConstructMethod = XmlILConstructMethod.WriterThenIterator; 510info.ConstructMethod = XmlILConstructMethod.Writer; 525info.ConstructMethod = XmlILConstructMethod.Writer; 549info.ConstructMethod = XmlILConstructMethod.Writer; 566info.ConstructMethod = XmlILConstructMethod.Writer; 580info.ConstructMethod = XmlILConstructMethod.Writer;
12 references to ConstructMethod
System.Data.SqlXml (12)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (2)
27if (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer) 44if (XmlILConstructInfo.Read(nd).ConstructMethod == XmlILConstructMethod.Writer)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (10)
224useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 287switch (XmlILConstructInfo.Read(nd).ConstructMethod) { 421if (XmlILConstructInfo.Read(ndErr).ConstructMethod == XmlILConstructMethod.Writer) { 442if (XmlILConstructInfo.Read(ndWarning).ConstructMethod == XmlILConstructMethod.Writer) 811if (info.ConstructMethod == XmlILConstructMethod.Writer) { 846Debug.Assert(info.ConstructMethod == XmlILConstructMethod.Iterator); 1043if (XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Writer) { 1083Debug.Assert(XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Iterator, "This method should only be called if items in list are pulled from a code iterator."); 2366bool useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 3312Debug.Assert(XmlILConstructInfo.Read(ndInvoke).ConstructMethod != XmlILConstructMethod.Writer);