2 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CodeStyle (2)
ISymbolExtensions.cs (1)
108=> symbol.ExplicitOrImplicitInterfaceImplementations().Except(symbol.ExplicitInterfaceImplementations()).ToImmutableArray();
NamingStyleRules.cs (1)
80symbol.ExplicitInterfaceImplementations().Any() ||