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