2 writes to argClrTypes
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
100this.argClrTypes = null; 213this.argClrTypes = new Type[paramInfo.Length];
4 references to argClrTypes
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (4)
121return this.argClrTypes[index]; 215this.argClrTypes[i] = GetClrType(paramInfo[i].ParameterType); 223this.argXmlTypes[i] = InferXmlType(this.argClrTypes[i]); 253Debug.Assert(args.Length == this.argClrTypes.Length, "Mismatched number of actual and formal arguments.");