Table of Contents

Method GetCodeFixesAsync

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

GetCodeFixesAsync(ISyntaxError, bool, CancellationToken)

Retrieves all code fixes available for the given syntax error in async mode.

public override Task<IList<ICodeFix>> GetCodeFixesAsync(ISyntaxError error, bool allDocuments, CancellationToken cancellationToken)

Parameters

error ISyntaxError

Syntaxe error or warning

allDocuments bool

Specifies if search needs to process all documents in the solution

cancellationToken CancellationToken

Cancellation token

Returns

Task<IList<ICodeFix>>

Collection of available code fixes.