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