Table of Contents

Method ReparseText

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

ReparseText(bool, int, int)

Reparses entire text.

Specifies whether parser should perform the task in the separate thread Specifies first changed line in the source text. Specifies last changed line in the source text.
public override void ReparseText(bool useThread, int first, int last)

Parameters

useThread bool
first int
last int

ReparseText()

Reparses entire text.

public override void ReparseText()

ReparseText(bool)

Reparses entire text.

Specifies whether parser should perform the task in the separate thread
public override void ReparseText(bool useThread)

Parameters

useThread bool