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