3 references to ExplicitOrImplicitInterfaceImplementations
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
222
!method.
ExplicitOrImplicitInterfaceImplementations
().IsEmpty ||
ISymbolExtensions.cs (1)
108
=> symbol.
ExplicitOrImplicitInterfaceImplementations
().Except(symbol.ExplicitInterfaceImplementations()).ToImmutableArray();
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AddParameterService.cs (1)
60
if (method.
ExplicitOrImplicitInterfaceImplementations
().Length > 0)