5 references to IsEmpty
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
2617
if (nodeActionsByKind.
IsEmpty
|| !analysisScope.Contains(analyzer))
2746
if (operationActionsByKind.
IsEmpty
|| !analysisScope.Contains(analyzer))
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (3)
160
if (self.
IsEmpty
&& TryCastToImmutableSegmentedDictionary(pairs, out var other) && self.KeyComparer == other.KeyComparer)
173
if (self.
IsEmpty
)
275
else if (self.
IsEmpty
)