3 writes to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.CSharp.Features (2)
GenerateType\CSharpGenerateTypeService.cs (2)
268generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = true; 361generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = true;
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
448IsInterfaceOrEnumNotAllowedInTypeContext = false;
1 reference to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
175IsInterfaceOrEnumNotAllowedInTypeContext = generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext;