8 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\NamingStyles\NamingStyleRules.cs (1)
72
symbol.
ExplicitInterfaceImplementations
().Any() ||
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions.cs (2)
168
result.AddRange(symbol.
ExplicitInterfaceImplementations
());
175
=> [.. symbol.ExplicitOrImplicitInterfaceImplementations().Except(symbol.
ExplicitInterfaceImplementations
())];
Microsoft.CodeAnalysis.CodeStyle.Fixes (5)
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator.cs (3)
138
if (!(member.
ExplicitInterfaceImplementations
().Any() && Service.HasHiddenExplicitImplementation))
417
if (existingMember.
ExplicitInterfaceImplementations
().Any() || memberToAdd.
ExplicitInterfaceImplementations
().Any())
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_Conflicts.cs (2)
36
if (member1.
ExplicitInterfaceImplementations
().Any() || member2.
ExplicitInterfaceImplementations
().Any())