1 override of CanImplementImplicitly
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\ImplementInterface\CSharpImplementInterfaceService.cs (1)
90
protected override bool
CanImplementImplicitly
=> true;
5 references to CanImplementImplicitly
Microsoft.CodeAnalysis.Features (5)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\AbstractImplementInterfaceService.State.cs (1)
66
if (service.
CanImplementImplicitly
)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (2)
293
var useExplicitInterfaceSymbol = generateInvisibly || !Service.
CanImplementImplicitly
;
399
if (!Service.
CanImplementImplicitly
)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_Conflicts.cs (1)
62
if (!Service.
CanImplementImplicitly
)
src\roslyn\src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (1)
216
var explicitInterfaceImplementations = Explicitly || !Service.
CanImplementImplicitly