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