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)
191get { return _constrMeth == XmlILConstructMethod.Writer || _constrMeth == XmlILConstructMethod.WriterThenIterator; } 204_constrMeth = XmlILConstructMethod.Writer; 215get { return _constrMeth == XmlILConstructMethod.Writer || _constrMeth == XmlILConstructMethod.IteratorThenWriter; } 228_constrMeth = XmlILConstructMethod.Writer; 247case XmlILConstructMethod.Writer: 451this.parentInfo.ConstructMethod = XmlILConstructMethod.Writer; 559info.ConstructMethod = XmlILConstructMethod.Writer; 575info.ConstructMethod = XmlILConstructMethod.Writer; 600info.ConstructMethod = XmlILConstructMethod.Writer; 618info.ConstructMethod = XmlILConstructMethod.Writer; 633info.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);