20 references to Writer
System.Private.Xml (20)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (2)
26if (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer) 45if (XmlILConstructInfo.Read(nd).ConstructMethod == XmlILConstructMethod.Writer)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (11)
192get { return _constrMeth == XmlILConstructMethod.Writer || _constrMeth == XmlILConstructMethod.WriterThenIterator; } 205_constrMeth = XmlILConstructMethod.Writer; 216get { return _constrMeth == XmlILConstructMethod.Writer || _constrMeth == XmlILConstructMethod.IteratorThenWriter; } 229_constrMeth = XmlILConstructMethod.Writer; 248case XmlILConstructMethod.Writer: 452this.parentInfo.ConstructMethod = XmlILConstructMethod.Writer; 560info.ConstructMethod = XmlILConstructMethod.Writer; 576info.ConstructMethod = XmlILConstructMethod.Writer; 601info.ConstructMethod = XmlILConstructMethod.Writer; 619info.ConstructMethod = XmlILConstructMethod.Writer; 634info.ConstructMethod = XmlILConstructMethod.Writer;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (7)
239useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 449if (XmlILConstructInfo.Read(ndErr).ConstructMethod == XmlILConstructMethod.Writer) 473if (XmlILConstructInfo.Read(ndWarning).ConstructMethod == XmlILConstructMethod.Writer) 870if (info.ConstructMethod == XmlILConstructMethod.Writer) 1121if (XmlILConstructInfo.Read(ndSeq).ConstructMethod == XmlILConstructMethod.Writer) 2551bool useWriter = (XmlILConstructInfo.Read(ndFunc).ConstructMethod == XmlILConstructMethod.Writer); 3562Debug.Assert(XmlILConstructInfo.Read(ndInvoke).ConstructMethod != XmlILConstructMethod.Writer);