2 writes to name
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
78
this.
name
= name;
94
this.
name
= name;
12 references to name
System.Data.SqlXml (12)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (12)
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)
189
throw new XslTransformException(/*[XT_038]*/Res.XmlIl_NonPublicExtensionMethod, this.namespaceUri, this.
name
);
191
throw new XslTransformException(/*[XT_039]*/Res.XmlIl_NoExtensionMethod, this.namespaceUri, this.
name
, this.numArgs.ToString(CultureInfo.InvariantCulture));
195
throw new XslTransformException(/*[XT_040]*/Res.XmlIl_GenericExtensionMethod, this.namespaceUri, this.
name
);
259
throw new XslTransformException(e.InnerException, Res.XmlIl_ExtensionError, this.
name
);
265
throw new XslTransformException(e, Res.XmlIl_ExtensionError, this.
name
);
277
return (this.hashCode == that.hashCode && this.
name
== that.
name
&& this.namespaceUri == that.namespaceUri &&
297
throw new XslTransformException(/*[XT_050]*/Res.XmlIl_ByRefType, this.namespaceUri, this.
name
);