1 write to IsDelegateAllowed
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
180
IsDelegateAllowed
= generateTypeServiceStateOptions.IsDelegateAllowed;
1 reference to IsDelegateAllowed
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.CodeAction.cs (1)
128
typeKindValue = state.
IsDelegateAllowed
? typeKindValue : TypeKindOptionsHelper.RemoveOptions(typeKindValue, TypeKindOptions.Delegate);