Method FindImplementations
FindImplementations(ISymbol, CancellationToken)
When implemented by a class, finds the symbols that implement an interface or interface member.
Task<IEnumerable<ISymbol>> FindImplementations(ISymbol symbol, CancellationToken cancellationToken)
Parameters
symbolISymbolSpecifies
Microsoft.CodeAnalysis.ISymbolto find implementations.cancellationTokenCancellationTokenCancellation token
Returns
- Task<IEnumerable<ISymbol>>
Implementations to symbol.