20 references to Writer
System.Data.SqlXml (20)
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\XmlILConstructAnalyzer.cs (11)
175get { return this.constrMeth == XmlILConstructMethod.Writer || this.constrMeth == XmlILConstructMethod.WriterThenIterator; } 186this.constrMeth = XmlILConstructMethod.Writer; 196get { return this.constrMeth == XmlILConstructMethod.Writer || this.constrMeth == XmlILConstructMethod.IteratorThenWriter; } 207this.constrMeth = XmlILConstructMethod.Writer; 223case XmlILConstructMethod.Writer: 410this.parentInfo.ConstructMethod = XmlILConstructMethod.Writer; 510info.ConstructMethod = XmlILConstructMethod.Writer; 525info.ConstructMethod = XmlILConstructMethod.Writer; 549info.ConstructMethod = XmlILConstructMethod.Writer; 566info.ConstructMethod = XmlILConstructMethod.Writer; 580info.ConstructMethod = XmlILConstructMethod.Writer;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (7)
224useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 421if (XmlILConstructInfo.Read(ndErr).ConstructMethod == XmlILConstructMethod.Writer) { 442if (XmlILConstructInfo.Read(ndWarning).ConstructMethod == XmlILConstructMethod.Writer) 811if (info.ConstructMethod == XmlILConstructMethod.Writer) { 1043if (XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Writer) { 2366bool useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 3312Debug.Assert(XmlILConstructInfo.Read(ndInvoke).ConstructMethod != XmlILConstructMethod.Writer);