2 overrides of HasHiddenExplicitImplementation
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceService.cs (1)
79
protected override bool
HasHiddenExplicitImplementation
=> true;
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
33
Protected Overrides ReadOnly Property
HasHiddenExplicitImplementation
As Boolean
3 references to HasHiddenExplicitImplementation
Microsoft.CodeAnalysis.Features (3)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (2)
259
if (!(member.ExplicitInterfaceImplementations().Any() && Service.
HasHiddenExplicitImplementation
))
339
if (Service.
HasHiddenExplicitImplementation
)
ImplementInterface\AbstractImplementInterfaceService.CodeAction_Conflicts.cs (1)
37
if (Service.
HasHiddenExplicitImplementation
)