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