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