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