11 references to OffsetMask
System.Reflection.Metadata (11)
System\Reflection\Metadata\Handle.cs (1)
45
Debug.Assert(IsHeapHandle && value <= HeapHandleType.
OffsetMask
||
System\Reflection\Metadata\Internal\MetadataFlags.cs (2)
159
internal const uint TypeMask = ~(HeapHandleType.
OffsetMask
);
194
return (offset & ~
OffsetMask
) == 0;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (8)
2348
(int)(handle._value & HeapHandleType.
OffsetMask
));
2377
return (_value & (HeapHandleType.VirtualBit | HeapHandleType.
OffsetMask
)) == 0;
2385
return (int)(_value & HeapHandleType.
OffsetMask
);
2391
return (VirtualIndex)(_value & HeapHandleType.
OffsetMask
);
2397
return (int)(_value & HeapHandleType.
OffsetMask
);
2478
(int)(handle._value & HeapHandleType.
OffsetMask
));
2509
return (int)(_value & HeapHandleType.
OffsetMask
);
2607
(int)(handle._value & HeapHandleType.
OffsetMask
));