5 references to HasDeclSecurityTag
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (5)
57
public static int HasDeclSecurity(EntityHandle handle) => (handle.RowId << (int)
HasDeclSecurityTag
.BitCount) | (int)ToHasDeclSecurityTag(handle.Kind);
284
private static
HasDeclSecurityTag
ToHasDeclSecurityTag(HandleKind kind)
288
case HandleKind.TypeDefinition: return
HasDeclSecurityTag
.TypeDef;
289
case HandleKind.MethodDefinition: return
HasDeclSecurityTag
.MethodDef;
290
case HandleKind.AssemblyDefinition: return
HasDeclSecurityTag
.Assembly;