2 writes to name
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (2)
78this.name = name; 94this.name = name;
12 references to name
System.Data.SqlXml (12)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (12)
156if (methSearch.Name.Equals(this.name, comparison) && (this.numArgs == -1 || methSearch.GetParameters().Length == this.numArgs)) { 177if (methSearch.Name.Equals(this.name, comparison) && (this.numArgs == -1 || methSearch.GetParameters().Length == this.numArgs)) { 179throw new XslTransformException(/*[XT_037]*/Res.XmlIl_AmbiguousExtensionMethod, this.namespaceUri, this.name, this.numArgs.ToString(CultureInfo.InvariantCulture)); 188if (methSearch.Name.Equals(this.name, comparison) && methSearch.GetParameters().Length == this.numArgs) 189throw new XslTransformException(/*[XT_038]*/Res.XmlIl_NonPublicExtensionMethod, this.namespaceUri, this.name); 191throw new XslTransformException(/*[XT_039]*/Res.XmlIl_NoExtensionMethod, this.namespaceUri, this.name, this.numArgs.ToString(CultureInfo.InvariantCulture)); 195throw new XslTransformException(/*[XT_040]*/Res.XmlIl_GenericExtensionMethod, this.namespaceUri, this.name); 259throw new XslTransformException(e.InnerException, Res.XmlIl_ExtensionError, this.name); 265throw new XslTransformException(e, Res.XmlIl_ExtensionError, this.name); 277return (this.hashCode == that.hashCode && this.name == that.name && this.namespaceUri == that.namespaceUri && 297throw new XslTransformException(/*[XT_050]*/Res.XmlIl_ByRefType, this.namespaceUri, this.name);