5 references to IsAggregatedForm
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.ProjectState.cs (1)
192Contract.ThrowIfTrue(result.IsAggregatedForm);
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
533var forceUpdate = oldResult.FromBuild && oldResult.IsAggregatedForm;
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalysisResult.cs (3)
214if (IsAggregatedForm || IsEmpty) 251if (IsAggregatedForm || IsEmpty) 269=> (IsAggregatedForm || IsEmpty) ? ImmutableArray<DiagnosticData>.Empty : _others;