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