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