1 write to _ImplementationOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2284
_ImplementationOffset
= _NameOffset + stringHeapRefSize;
2 references to _ImplementationOffset
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
2285
this.RowSize =
_ImplementationOffset
+ implementationRefSize;
2298
return ImplementationTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset +
_ImplementationOffset
, _IsImplementationRefSizeSmall));