2 overrides of AllowDelegateAndEnumConstraints
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceService.cs (1)
34protected override bool AllowDelegateAndEnumConstraints(ParseOptions options)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
39Protected Overrides Function AllowDelegateAndEnumConstraints(options As ParseOptions) As Boolean
1 reference to AllowDelegateAndEnumConstraints
Microsoft.CodeAnalysis.Features (1)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
377var allowDelegateAndEnumConstraints = this.Service.AllowDelegateAndEnumConstraints(options);