1 write to numArgs
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
96
this.
numArgs
= numArgs;
9 references to numArgs
System.Data.SqlXml (9)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (9)
156
if (methSearch.Name.Equals(this.name, comparison) && (this.
numArgs
== -1 || methSearch.GetParameters().Length == this.
numArgs
)) {
177
if (methSearch.Name.Equals(this.name, comparison) && (this.
numArgs
== -1 || methSearch.GetParameters().Length == this.
numArgs
)) {
179
throw new XslTransformException(/*[XT_037]*/Res.XmlIl_AmbiguousExtensionMethod, this.namespaceUri, this.name, this.
numArgs
.ToString(CultureInfo.InvariantCulture));
188
if (methSearch.Name.Equals(this.name, comparison) && methSearch.GetParameters().Length == this.
numArgs
)
191
throw new XslTransformException(/*[XT_039]*/Res.XmlIl_NoExtensionMethod, this.namespaceUri, this.name, this.
numArgs
.ToString(CultureInfo.InvariantCulture));
278
this.
numArgs
== that.
numArgs
&& this.objectType == that.objectType && this.flags == that.flags);