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