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