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)
2285this.RowSize = _ImplementationOffset + implementationRefSize; 2298return ImplementationTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _ImplementationOffset, _IsImplementationRefSizeSmall));