Base:
method
GetHashCode
System.ValueType.GetHashCode()
22 references to GetHashCode
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
MetadataBlock.cs (1)
63Hash.Combine(Pointer.GetHashCode(), Size),
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (3)
53public override int GetHashCode() => ThisPtr.GetHashCode(); 271public override int GetHashCode() => ThisPtr.GetHashCode(); 376public override int GetHashCode() => ThisPtr.GetHashCode();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (1)
148public override int GetHashCode() => ThisPtr.GetHashCode();
System.Numerics.Tensors (1)
System\Buffers\NIndex.cs (1)
152public override int GetHashCode() => _value.GetHashCode();
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
1271CorElementType.ELEMENT_TYPE_I => Unsafe.As<byte, IntPtr>(ref data).GetHashCode(),
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CLong.cs (1)
71public override int GetHashCode() => _value.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (1)
169public override readonly int GetHashCode() => _handle.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.T.cs (1)
111public override readonly int GetHashCode() => _handle.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PinnedGCHandle.T.cs (1)
145public override readonly int GetHashCode() => _handle.GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\WeakGCHandle.T.cs (1)
120public override readonly int GetHashCode() => _handle.GetHashCode();
System.Private.Windows.Core (2)
Windows.Win32.LPARAM.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.LRESULT.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
System.Private.Windows.GdiPlus (3)
Windows.Win32.CGpEffect.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.Matrix.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.PathData.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
System.Windows.Forms.Primitives (5)
Windows.Win32.FARPROC.g.cs (1)
45 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.HIMAGELIST.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.HTHEME.g.cs (1)
47 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.HTREEITEM.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();
Windows.Win32.SHANDLE_PTR.g.cs (1)
43 public override int GetHashCode() => this.Value.GetHashCode();