1 reference to ToHasDeclSecurityTag
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (1)
57
public static int HasDeclSecurity(EntityHandle handle) => (handle.RowId << (int)HasDeclSecurityTag.BitCount) | (int)
ToHasDeclSecurityTag
(handle.Kind);