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