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)
458
IsEnumNotAllowed
= false;
1 reference to IsEnumNotAllowed
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
179
IsEnumNotAllowed = generateTypeServiceStateOptions.
IsEnumNotAllowed
;