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