10 writes to xmlType
System.Data.SqlXml (10)
System\Xml\Xsl\QIL\QilFunction.cs (1)
41
this.
xmlType
= resultType;
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
28
this.
xmlType
= resultType;
System\Xml\Xsl\QIL\QilList.cs (5)
33
this.
xmlType
= null;
63
this.
xmlType
= xt;
103
this.
xmlType
= null;
124
this.
xmlType
= null;
138
this.
xmlType
= null;
System\Xml\Xsl\QIL\QilNode.cs (2)
47
this.
xmlType
= xmlType;
68
set { this.
xmlType
= value; }
System\Xml\Xsl\QIL\QilParameter.cs (1)
27
this.
xmlType
= xmlType;
3 references to xmlType
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilList.cs (2)
46
if (this.
xmlType
== null) {
66
return this.
xmlType
;
System\Xml\Xsl\QIL\QilNode.cs (1)
67
get { return this.
xmlType
; }