1 write to _AssociationOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1451_AssociationOffset = _MethodOffset + methodTableRowRefSize;
4 references to _AssociationOffset
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (4)
1452this.RowSize = _AssociationOffset + hasSemanticRefSize; 1476return HasSemanticsTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _AssociationOffset, _IsHasSemanticRefSizeSmall)); 1500_AssociationOffset, 1519return this.Block.IsOrderedByReferenceAscending(this.RowSize, _AssociationOffset, _IsHasSemanticRefSizeSmall);