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