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