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