2 writes to argXmlTypes
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
102
this.
argXmlTypes
= null;
221
this.
argXmlTypes
= new XmlQueryType[paramInfo.Length];
8 references to argXmlTypes
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (8)
136
return this.
argXmlTypes
[index];
223
this.
argXmlTypes
[i] = InferXmlType(this.argClrTypes[i]);
233
if ((object) this.
argXmlTypes
[i] == (object) XmlQueryTypeFactory.NodeNotRtf)
234
this.
argXmlTypes
[i] = XmlQueryTypeFactory.Node;
235
else if ((object) this.
argXmlTypes
[i] == (object) XmlQueryTypeFactory.NodeSDod)
236
this.
argXmlTypes
[i] = XmlQueryTypeFactory.NodeS;
239
if ((object) this.
argXmlTypes
[i] == (object) XmlQueryTypeFactory.NodeSDod)
240
this.
argXmlTypes
[i] = XmlQueryTypeFactory.NodeNotRtfS;