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