1 write to hashCode
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
106this.hashCode = namespaceUri.GetHashCode() ^ name.GetHashCode() ^ ((int) flags << 16) ^ (int) numArgs;
3 references to hashCode
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (3)
277return (this.hashCode == that.hashCode && this.name == that.name && this.namespaceUri == that.namespaceUri && 285return this.hashCode;