2 references to ExplicitInterfaceImplementations
Microsoft.CodeAnalysis.Extensions.Package (2)
Symbols\ISymbolExtensions.cs (2)
170result.AddRange(symbol.ExplicitInterfaceImplementations()); 177=> [.. symbol.ExplicitOrImplicitInterfaceImplementations().Except(symbol.ExplicitInterfaceImplementations())];