2 writes to IsEnumNotAllowed
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
335
generateTypeServiceStateOptions.
IsEnumNotAllowed
= true;
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
450
IsEnumNotAllowed
= false;
1 reference to IsEnumNotAllowed
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
178
IsEnumNotAllowed = generateTypeServiceStateOptions.
IsEnumNotAllowed
;