|
enum | HasCustomAttributeTag {
MethodDef = 0
, Field = 1
, TypeRef = 2
, TypeDef = 3
,
Param = 4
, InterfaceImpl = 5
, MemberRef = 6
, Module = 7
,
DeclSecurity = 8
, Property = 9
, Event = 10
, StandAloneSig = 11
,
ModuleRef = 12
, TypeSpec = 13
, Assembly = 14
, AssemblyRef = 15
,
File = 16
, ExportedType = 17
, ManifestResource = 18
, GenericParam = 19
,
GenericParamConstraint = 20
, MethodSpec = 21
, BitCount = 5
} |
|
enum | HasConstantTag { Field = 0
, Param = 1
, Property = 2
, BitCount = 2
} |
|
enum | CustomAttributeTypeTag { MethodDef = 2
, MemberRef = 3
, BitCount = 3
} |
|
enum | HasDeclSecurityTag { TypeDef = 0
, MethodDef = 1
, Assembly = 2
, BitCount = 2
} |
|
enum | HasFieldMarshalTag { Field = 0
, Param = 1
, BitCount = 1
} |
|
enum | HasSemanticsTag { Event = 0
, Property = 1
, BitCount = 1
} |
|
enum | ImplementationTag { File = 0
, AssemblyRef = 1
, ExportedType = 2
, BitCount = 2
} |
|
enum | MemberForwardedTag { Field = 0
, MethodDef = 1
, BitCount = 1
} |
|
enum | MemberRefParentTag {
TypeDef = 0
, TypeRef = 1
, ModuleRef = 2
, MethodDef = 3
,
TypeSpec = 4
, BitCount = 3
} |
|
enum | MethodDefOrRefTag { MethodDef = 0
, MemberRef = 1
, BitCount = 1
} |
|
enum | ResolutionScopeTag {
Module = 0
, ModuleRef = 1
, AssemblyRef = 2
, TypeRef = 3
,
BitCount = 2
} |
|
enum | TypeDefOrRefOrSpecTag { TypeDef = 0
, TypeRef = 1
, TypeSpec = 2
, BitCount = 2
} |
|
enum | TypeDefOrRefTag { TypeDef
, TypeRef
, BitCount
} |
|
enum | TypeOrMethodDefTag { TypeDef = 0
, MethodDef = 1
, BitCount = 1
} |
|
enum | HasCustomDebugInformationTag {
MethodDef = 0
, Field = 1
, TypeRef = 2
, TypeDef = 3
,
Param = 4
, InterfaceImpl = 5
, MemberRef = 6
, Module = 7
,
DeclSecurity = 8
, Property = 9
, Event = 10
, StandAloneSig = 11
,
ModuleRef = 12
, TypeSpec = 13
, Assembly = 14
, AssemblyRef = 15
,
File = 16
, ExportedType = 17
, ManifestResource = 18
, GenericParam = 19
,
GenericParamConstraint = 20
, MethodSpec = 21
, Document = 22
, LocalScope = 23
,
LocalVariable = 24
, LocalConstant = 25
, ImportScope = 26
, BitCount = 5
} |
|
Definition at line 3 of file CodedIndex.cs.