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