10 writes to xmlType
System.Private.Xml (10)
System\Xml\Xsl\QIL\QilFunction.cs (1)
40
this.
xmlType
= resultType;
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
25
this.
xmlType
= resultType;
System\Xml\Xsl\QIL\QilList.cs (5)
32
this.
xmlType
= null;
68
this.
xmlType
= xt;
113
this.
xmlType
= null;
136
this.
xmlType
= null;
151
this.
xmlType
= null;
System\Xml\Xsl\QIL\QilNode.cs (2)
47
this.
xmlType
= xmlType;
70
set { this.
xmlType
= value; }
System\Xml\Xsl\QIL\QilParameter.cs (1)
26
this.
xmlType
= xmlType;
3 references to xmlType
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilList.cs (2)
47
if (this.
xmlType
== null)
71
return this.
xmlType
;
System\Xml\Xsl\QIL\QilNode.cs (1)
69
get { return this.
xmlType
; }