1 write to _IsHasCustomAttributeRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
775
_IsHasCustomAttributeRefSizeSmall
= hasCustomAttributeRefSize == 2;
5 references to _IsHasCustomAttributeRefSizeSmall
System.Reflection.Metadata (5)
System\Reflection\Metadata\Internal\Tables.cs (5)
791
_IsHasCustomAttributeRefSizeSmall
);
798
return HasCustomAttributeTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _ParentOffset,
_IsHasCustomAttributeRefSizeSmall
));
824
_IsHasCustomAttributeRefSizeSmall
,
836
_IsHasCustomAttributeRefSizeSmall
,
856
return this.Block.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset,
_IsHasCustomAttributeRefSizeSmall
);