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