1 write to _IsHasSemanticRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
1448
_IsHasSemanticRefSizeSmall
= hasSemanticRefSize == 2;
3 references to _IsHasSemanticRefSizeSmall
System.Reflection.Metadata (3)
System\Reflection\Metadata\Internal\Tables.cs (3)
1476
return HasSemanticsTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _AssociationOffset,
_IsHasSemanticRefSizeSmall
));
1502
_IsHasSemanticRefSizeSmall
,
1519
return this.Block.IsOrderedByReferenceAscending(this.RowSize, _AssociationOffset,
_IsHasSemanticRefSizeSmall
);