3 references to FindImplementations
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Extensions\ITypeSymbolExtensions.cs (3)
130IEventSymbol eventSymbol => typeSymbol.FindImplementations(eventSymbol, services), 131IMethodSymbol methodSymbol => typeSymbol.FindImplementations(methodSymbol, services), 132IPropertySymbol propertySymbol => typeSymbol.FindImplementations(propertySymbol, services),