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