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