5 writes to IsEnumNotAllowed
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
356
generateTypeServiceStateOptions.
IsEnumNotAllowed
= true;
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
443
IsEnumNotAllowed
= false;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
GenerateType\VisualBasicGenerateTypeService.vb (3)
243
generateTypeServiceStateOptions.
IsEnumNotAllowed
= True
248
generateTypeServiceStateOptions.
IsEnumNotAllowed
= True
264
generateTypeServiceStateOptions.
IsEnumNotAllowed
= True
1 reference to IsEnumNotAllowed
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
182
IsEnumNotAllowed = generateTypeServiceStateOptions.
IsEnumNotAllowed
;