4 references to IsIncremental
Microsoft.CodeAnalysis.CSharp (4)
Parser\LanguageParser.cs (1)
12935
if (!base.
IsIncremental
)
Parser\SyntaxParser.cs (3)
59
if (this.
IsIncremental
|| allowModeReset)
75
if (preLexIfNotIncremental && !this.
IsIncremental
&& !cancellationToken.CanBeCanceled)
108
if (this.
IsIncremental
|| _allowModeReset)