|
|
|
|
@ -54,6 +54,7 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
@@ -54,6 +54,7 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
|
|
|
|
|
internal const ushort FlagAddDefaultConstructorIfRequired = 0x0040; |
|
|
|
|
internal const ushort FlagHasExtensionMethods = 0x0080; |
|
|
|
|
internal const ushort FlagHasNoExtensionMethods = 0x0100; |
|
|
|
|
internal const ushort FlagPartialTypeDefinition = 0x0200; |
|
|
|
|
// flags for AbstractUnresolvedMember:
|
|
|
|
|
internal const ushort FlagExplicitInterfaceImplementation = 0x0040; |
|
|
|
|
internal const ushort FlagVirtual = 0x0080; |
|
|
|
|
@ -64,7 +65,7 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
@@ -64,7 +65,7 @@ namespace ICSharpCode.NRefactory.TypeSystem.Implementation
|
|
|
|
|
internal const ushort FlagFieldIsFixedSize = 0x4000; |
|
|
|
|
// flags for DefaultMethod:
|
|
|
|
|
internal const ushort FlagExtensionMethod = 0x1000; |
|
|
|
|
internal const ushort FlagPartial = 0x2000; |
|
|
|
|
internal const ushort FlagPartialMethod = 0x2000; |
|
|
|
|
internal const ushort FlagHasBody = 0x4000; |
|
|
|
|
internal const ushort FlagAsyncMethod = 0x8000; |
|
|
|
|
|
|
|
|
|
|