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)
1452
this.RowSize =
_AssociationOffset
+ hasSemanticRefSize;
1476
return HasSemanticsTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset +
_AssociationOffset
, _IsHasSemanticRefSizeSmall));
1500
_AssociationOffset
,
1519
return this.Block.IsOrderedByReferenceAscending(this.RowSize,
_AssociationOffset
, _IsHasSemanticRefSizeSmall);