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