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