1 write to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
179IsInterfaceOrEnumNotAllowedInTypeContext = generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext;
1 reference to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (1)
127typeKindValue = state.IsInterfaceOrEnumNotAllowedInTypeContext ? TypeKindOptionsHelper.RemoveOptions(typeKindValue, TypeKindOptions.Interface, TypeKindOptions.Enum) : typeKindValue;