1 write to _IsHasDeclSecurityRefSizeSmall
System.Reflection.Metadata (1)
System\Reflection\Metadata\Internal\Tables.cs (1)
945
_IsHasDeclSecurityRefSizeSmall
= hasDeclSecurityRefSize == 2;
3 references to _IsHasDeclSecurityRefSizeSmall
System.Reflection.Metadata (3)
System\Reflection\Metadata\Internal\Tables.cs (3)
968
return HasDeclSecurityTag.ConvertToHandle(this.Block.PeekTaggedReference(rowOffset + _ParentOffset,
_IsHasDeclSecurityRefSizeSmall
));
986
_IsHasDeclSecurityRefSizeSmall
,
1004
return this.Block.IsOrderedByReferenceAscending(this.RowSize, _ParentOffset,
_IsHasDeclSecurityRefSizeSmall
);