8 references to Offset
System.Reflection.Metadata (8)
System\Reflection\Metadata\Ecma335\MetadataAggregator.cs (1)
259
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)
2171
return new UserStringHandle(handle.
Offset
);
2362
(uint)handle.
Offset
);
2490
(uint)handle.
Offset
);
2619
(uint)handle.
Offset
);
2706
return new GuidHandle(handle.
Offset
);