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