[sdb] Add an API to make the contents of the 'State Machine Hoisted Local Scopes...
[mono.git] / mono / metadata / row-indexes.h
index 992dbdeea99f65b44a9b43ae68ba43284b63b244..f5c71abd201667602fca8b46a85853869df32c82 100644 (file)
@@ -486,6 +486,12 @@ enum {
        MONO_TYPEORMETHOD_MASK = 1
 };
 
+enum {
+       MONO_HASCUSTOMDEBUGINFO_METHODDEF = 0,
+       MONO_HASCUSTOMDEBUGINFO_BITS = 5,
+       MONO_HASCUSTOMDEBUGINFO_MASK = 0x1f
+};
+
 #endif /* __MONO_METADATA_ROW_INDEXES_H__ */