7 writes to ConstructMethod
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (7)
452
this.parentInfo.
ConstructMethod
= XmlILConstructMethod.Writer;
480
this.parentInfo.
ConstructMethod
= XmlILConstructMethod.WriterThenIterator;
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;
12 references to ConstructMethod
System.Private.Xml (12)
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\XmlIlVisitor.cs (10)
239
useWriter = (XmlILConstructInfo.Read(ndFunc).
ConstructMethod
== XmlILConstructMethod.Writer);
305
switch (XmlILConstructInfo.Read(nd).
ConstructMethod
)
449
if (XmlILConstructInfo.Read(ndErr).
ConstructMethod
== XmlILConstructMethod.Writer)
473
if (XmlILConstructInfo.Read(ndWarning).
ConstructMethod
== XmlILConstructMethod.Writer)
870
if (info.
ConstructMethod
== XmlILConstructMethod.Writer)
909
Debug.Assert(info.
ConstructMethod
== XmlILConstructMethod.Iterator);
1121
if (XmlILConstructInfo.Read(ndSeq).
ConstructMethod
== XmlILConstructMethod.Writer)
1165
Debug.Assert(XmlILConstructInfo.Read(ndSeq).
ConstructMethod
== XmlILConstructMethod.Iterator, "This method should only be called if items in list are pulled from a code iterator.");
2551
bool useWriter = (XmlILConstructInfo.Read(ndFunc).
ConstructMethod
== XmlILConstructMethod.Writer);
3562
Debug.Assert(XmlILConstructInfo.Read(ndInvoke).
ConstructMethod
!= XmlILConstructMethod.Writer);