Base:
method
GetHashCode
System.ValueType.GetHashCode()
6 references to GetHashCode
Microsoft.AspNetCore.Server.HttpSys (1)
Windows.Win32.CHAR.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Microsoft.AspNetCore.Server.IIS (1)
Windows.Win32.CHAR.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Microsoft.AspNetCore.Shared.Tests (1)
Windows.Win32.CHAR.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Microsoft.CodeAnalysis (1)
ExtendedSpecialType.cs (1)
57return _value.GetHashCode();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1260CorElementType.ELEMENT_TYPE_I1 => Unsafe.As<byte, sbyte>(ref data).GetHashCode(),
System.Private.Windows.Core (1)
Windows.Win32.CHAR.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();