29 references to HasCustomDebugInformationTag
System.Reflection.Metadata (29)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (29)
168
public static int HasCustomDebugInformation(EntityHandle handle) => (handle.RowId << (int)
HasCustomDebugInformationTag
.BitCount) | (int)ToHasCustomDebugInformationTag(handle.Kind);
555
private static
HasCustomDebugInformationTag
ToHasCustomDebugInformationTag(HandleKind kind)
559
case HandleKind.MethodDefinition: return
HasCustomDebugInformationTag
.MethodDef;
560
case HandleKind.FieldDefinition: return
HasCustomDebugInformationTag
.Field;
561
case HandleKind.TypeReference: return
HasCustomDebugInformationTag
.TypeRef;
562
case HandleKind.TypeDefinition: return
HasCustomDebugInformationTag
.TypeDef;
563
case HandleKind.Parameter: return
HasCustomDebugInformationTag
.Param;
564
case HandleKind.InterfaceImplementation: return
HasCustomDebugInformationTag
.InterfaceImpl;
565
case HandleKind.MemberReference: return
HasCustomDebugInformationTag
.MemberRef;
566
case HandleKind.ModuleDefinition: return
HasCustomDebugInformationTag
.Module;
567
case HandleKind.DeclarativeSecurityAttribute: return
HasCustomDebugInformationTag
.DeclSecurity;
568
case HandleKind.PropertyDefinition: return
HasCustomDebugInformationTag
.Property;
569
case HandleKind.EventDefinition: return
HasCustomDebugInformationTag
.Event;
570
case HandleKind.StandaloneSignature: return
HasCustomDebugInformationTag
.StandAloneSig;
571
case HandleKind.ModuleReference: return
HasCustomDebugInformationTag
.ModuleRef;
572
case HandleKind.TypeSpecification: return
HasCustomDebugInformationTag
.TypeSpec;
573
case HandleKind.AssemblyDefinition: return
HasCustomDebugInformationTag
.Assembly;
574
case HandleKind.AssemblyReference: return
HasCustomDebugInformationTag
.AssemblyRef;
575
case HandleKind.AssemblyFile: return
HasCustomDebugInformationTag
.File;
576
case HandleKind.ExportedType: return
HasCustomDebugInformationTag
.ExportedType;
577
case HandleKind.ManifestResource: return
HasCustomDebugInformationTag
.ManifestResource;
578
case HandleKind.GenericParameter: return
HasCustomDebugInformationTag
.GenericParam;
579
case HandleKind.GenericParameterConstraint: return
HasCustomDebugInformationTag
.GenericParamConstraint;
580
case HandleKind.MethodSpecification: return
HasCustomDebugInformationTag
.MethodSpec;
581
case HandleKind.Document: return
HasCustomDebugInformationTag
.Document;
582
case HandleKind.LocalScope: return
HasCustomDebugInformationTag
.LocalScope;
583
case HandleKind.LocalVariable: return
HasCustomDebugInformationTag
.LocalVariable;
584
case HandleKind.LocalConstant: return
HasCustomDebugInformationTag
.LocalConstant;
585
case HandleKind.ImportScope: return
HasCustomDebugInformationTag
.ImportScope;