1 write to _numArgs
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
107
_numArgs
= numArgs;
9 references to _numArgs
System.Private.Xml (9)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (9)
174
if (methSearch.Name.Equals(_name, comparison) && (
_numArgs
== -1 || methSearch.GetParameters().Length ==
_numArgs
))
198
if (methSearch.Name.Equals(_name, comparison) && (
_numArgs
== -1 || methSearch.GetParameters().Length ==
_numArgs
))
201
throw new XslTransformException(/*[XT_037]*/SR.XmlIl_AmbiguousExtensionMethod, _namespaceUri, _name,
_numArgs
.ToString(CultureInfo.InvariantCulture));
212
if (methSearch.Name.Equals(_name, comparison) && methSearch.GetParameters().Length ==
_numArgs
)
215
throw new XslTransformException(/*[XT_039]*/SR.XmlIl_NoExtensionMethod, _namespaceUri, _name,
_numArgs
.ToString(CultureInfo.InvariantCulture));
312
_numArgs
== that.
_numArgs
&& _objectType == that._objectType && _flags == that._flags);