1 write to IsEnumNotAllowed
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
176IsEnumNotAllowed = generateTypeServiceStateOptions.IsEnumNotAllowed;
2 references to IsEnumNotAllowed
Microsoft.CodeAnalysis.Features (2)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (2)
128typeKindValue = state.IsEnumNotAllowed ? TypeKindOptionsHelper.RemoveOptions(typeKindValue, TypeKindOptions.Enum) : typeKindValue; 163typeKindValueFinal = state.IsEnumNotAllowed ? TypeKindOptionsHelper.RemoveOptions(typeKindValueFinal, TypeKindOptions.Enum) : typeKindValueFinal;