1 override of AllowDelegateAndEnumConstraints
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
37protected override bool AllowDelegateAndEnumConstraints(ParseOptions options)
1 reference to AllowDelegateAndEnumConstraints
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (1)
263var allowDelegateAndEnumConstraints = this.Service.AllowDelegateAndEnumConstraints(options);