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