2 overrides of CanImplementImplicitly
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceService.cs (1)
77protected override bool CanImplementImplicitly => true;
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
27Protected Overrides ReadOnly Property CanImplementImplicitly As Boolean
5 references to CanImplementImplicitly
Microsoft.CodeAnalysis.Features (5)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (2)
405var useExplicitInterfaceSymbol = generateInvisibly || !Service.CanImplementImplicitly; 517if (!Service.CanImplementImplicitly)
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Conflicts.cs (1)
65if (!Service.CanImplementImplicitly)
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (1)
313var explicitInterfaceImplementations = Explicitly || !Service.CanImplementImplicitly
ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
64if (service.CanImplementImplicitly)