3 references to IsAggregatedForm
Microsoft.CodeAnalysis.Workspaces (3)
Diagnostics\DiagnosticAnalysisResult.cs (3)
214
if (
IsAggregatedForm
|| IsEmpty)
243
if (
IsAggregatedForm
|| IsEmpty)
261
=> (
IsAggregatedForm
|| IsEmpty) ? [] : _others;