Table of Contents

Method FindImplementations

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

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

symbol ISymbol

Specifies Microsoft.CodeAnalysis.ISymbol to find implementations.

cancellationToken CancellationToken

Cancellation token

Returns

Task<IEnumerable<ISymbol>>

Implementations to symbol.