3 writes to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.CSharp.Features (2)
GenerateType\CSharpGenerateTypeService.cs (2)
261generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = true; 354generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext = true;
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
436IsInterfaceOrEnumNotAllowedInTypeContext = false;
1 reference to IsInterfaceOrEnumNotAllowedInTypeContext
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
174IsInterfaceOrEnumNotAllowedInTypeContext = generateTypeServiceStateOptions.IsInterfaceOrEnumNotAllowedInTypeContext;