Base:
method
GetHashCode
System.ValueType.GetHashCode()
14 references to GetHashCode
ILCompiler.MetadataTransform (5)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (5)
337hash = ((hash << 13) - (hash >> 19)) ^ Value[i].GetHashCode(); 401hash = ((hash << 13) - (hash >> 19)) ^ Value.GetHashCode(); 4197hash = ((hash << 13) - (hash >> 19)) ^ PublicKey[i].GetHashCode(); 4203hash = ((hash << 13) - (hash >> 19)) ^ Mvid[i].GetHashCode(); 4314hash = ((hash << 13) - (hash >> 19)) ^ PublicKeyOrToken[i].GetHashCode();
Microsoft.CodeAnalysis (1)
ConstantValueSpecialized.cs (1)
720return Hash.Combine(base.GetHashCode(), _value.GetHashCode());
Microsoft.Private.Windows.Core (1)
System\Reflection\Metadata\TypeNameComparer.cs (1)
94hashCode ^= b.GetHashCode();
System.Data.Common (1)
System\Data\SQLTypes\SQLByte.cs (1)
486public override int GetHashCode() => IsNull ? 0 : Value.GetHashCode();
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\StandardFormat.cs (2)
140public override int GetHashCode() => _format.GetHashCode() ^ _precision.GetHashCode();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
246b.GetHashCode();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1261CorElementType.ELEMENT_TYPE_U1 => data.GetHashCode(),
System.Private.Windows.Core (1)
System\Reflection\Metadata\TypeNameComparer.cs (1)
94hashCode ^= b.GetHashCode();
System.Windows.Forms.Primitives (1)
_generated\9\Windows.Win32.BOOLEAN.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();