4 references to IsIncremental
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (1)
13847
if (!base.
IsIncremental
)
Parser\SyntaxParser.cs (3)
67
if (this.
IsIncremental
|| allowModeReset)
83
if (preLexIfNotIncremental && !this.
IsIncremental
&& !cancellationToken.CanBeCanceled)
124
if (this.
IsIncremental
|| _allowModeReset)