1 write to _ImplementationOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
2210_ImplementationOffset = _TypeNamespaceOffset + stringHeapRefSize;
2 references to _ImplementationOffset
System.Reflection.Metadata (2)
System\Reflection\Metadata\Internal\Tables.cs (2)
2211this.RowSize = _ImplementationOffset + implementationRefSize; 2236return ImplementationTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _ImplementationOffset, _IsImplementationRefSizeSmall));