4 references to Interface
Microsoft.CodeAnalysis.Features (4)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (1)
127
typeKindValue = state.IsInterfaceOrEnumNotAllowedInTypeContext ? TypeKindOptionsHelper.RemoveOptions(typeKindValue, TypeKindOptions.
Interface
, TypeKindOptions.Enum) : typeKindValue;
GenerateType\TypeKindOptions.cs (3)
24
AllOptions = Class | Structure |
Interface
| Enum | Delegate,
30
BaseList = Class |
Interface
,
50
=> (option & TypeKindOptions.
Interface
) != 0 ? true : false;