1 write to hashCode
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (1)
106
this.
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)
277
return (this.
hashCode
== that.
hashCode
&& this.name == that.name && this.namespaceUri == that.namespaceUri &&
285
return this.
hashCode
;