1 write to _AssociationOffset
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1497_AssociationOffset = _MethodOffset + methodTableRowRefSize;
4 references to _AssociationOffset
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\Tables.cs (4)
1498this.RowSize = _AssociationOffset + hasSemanticRefSize; 1522return HasSemanticsTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _AssociationOffset, _IsHasSemanticRefSizeSmall)); 1546_AssociationOffset, 1565return this.Block.IsOrderedByReferenceAscending(this.RowSize, _AssociationOffset, _IsHasSemanticRefSizeSmall);