Method FindImplementations
- Namespace
 - Alternet.Syntax.Parsers.Roslyn.CodeCompletion
 
- Assembly
 - Alternet.Syntax.Parsers.Roslyn.v10.dll
 
FindImplementations(ISymbol, CancellationToken)
Finds the symbols that implement an interface or interface member.
public virtual Task<IEnumerable<ISymbol>> FindImplementations(ISymbol symbol, CancellationToken cancellationToken)
Parameters
symbolISymbolSpecifies
Microsoft.CodeAnalysis.ISymbolto find implementations.cancellationTokenCancellationTokenCancellation token
Returns
- Task<IEnumerable<ISymbol>>
 Implementations to symbol.