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)
134
return
_argClrTypes
![index];
240
_argClrTypes
[i] = GetClrType(paramInfo[i].ParameterType);
249
_argXmlTypes[i] = InferXmlType(
_argClrTypes
[i]);
282
Debug.Assert(args.Length ==
_argClrTypes
!.Length, "Mismatched number of actual and formal arguments.");