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