Base:
method
GetHashCode
System.Object.GetHashCode()
7 references to GetHashCode
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
81
^ ((int)_culture.
GetHashCode
() << 6)
Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs (1)
271
hash = HashFn.HashMultiply(hash) + _cultureOverride.
GetHashCode
();
System.Activities (1)
System\Activities\Expressions\AssemblyNameEqualityComparer.cs (1)
113
hashcode ^= obj.CultureInfo.
GetHashCode
();
System.Core (1)
System\Diagnostics\Eventing\Reader\ProviderMetadataCachedInformation.cs (1)
57
return this.providerName.GetHashCode() ^ cultureInfo.
GetHashCode
();
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlCollation.cs (1)
311
hashCode ^= this.cultInfo.
GetHashCode
();
System.Web (2)
UI\WebParts\WebPartManager.cs (2)
4543
int hashCode = ((typeHashCode << 5) + typeHashCode) ^ _culture.
GetHashCode
();
4544
return ((hashCode << 5) + hashCode) ^ _uiCulture.
GetHashCode
();