File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ internal unsafe struct MethodTableAuxiliaryData
653
653
[ FieldOffset ( 0 ) ]
654
654
private uint Flags;
655
655
656
- private const uint enum_flag_CanCompareBitsOrUseFastGetHashCode = 0x0001 ; // Is any field type or sub field type overrode Equals or GetHashCode
656
+ private const uint enum_flag_CanCompareBitsOrUseFastGetHashCode = 0x0400 ; // Is any field type or sub field type overrode Equals or GetHashCode
657
657
private const uint enum_flag_HasCheckedCanCompareBitsOrUseFastGetHashCode = 0x0002 ; // Whether we have checked the overridden Equals or GetHashCode
658
658
659
659
public bool HasCheckedCanCompareBitsOrUseFastGetHashCode => ( Flags & enum_flag_HasCheckedCanCompareBitsOrUseFastGetHashCode ) != 0 ;
You can’t perform that action at this time.
0 commit comments