5 writes to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.CSharp.Features (2)
GenerateType\CSharpGenerateTypeService.cs (2)
289generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = true; 382generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = true;
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
441IsInterfaceOrEnumNotAllowedInTypeContext = false;
Microsoft.CodeAnalysis.VisualBasic.Features (2)
GenerateType\VisualBasicGenerateTypeService.vb (2)
185generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = True 276generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = True
1 reference to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
179IsInterfaceOrEnumNotAllowedInTypeContext = generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext;