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