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