2 writes to _argClrTypes
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
111_argClrTypes = null; 238_argClrTypes = new Type[paramInfo.Length];
4 references to _argClrTypes
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (4)
134return _argClrTypes![index]; 240_argClrTypes[i] = GetClrType(paramInfo[i].ParameterType); 249_argXmlTypes[i] = InferXmlType(_argClrTypes[i]); 282Debug.Assert(args.Length == _argClrTypes!.Length, "Mismatched number of actual and formal arguments.");