8 references to Offset
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
258
int heapOffset = handle.
Offset
;
System\Reflection\Metadata\Ecma335\MetadataTokens.cs (2)
53
return handle.
Offset
;
148
return handle.
Offset
;
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (5)
2170
return new UserStringHandle(handle.
Offset
);
2361
(uint)handle.
Offset
);
2489
(uint)handle.
Offset
);
2621
(uint)handle.
Offset
);
2708
return new GuidHandle(handle.
Offset
);