7 references to IsEmpty
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2763if (operationActionsByKind.IsEmpty || !analysisScope.Contains(analyzer))
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
18=> AnonymousTypes.IsEmpty && AnonymousDelegates.IsEmpty && AnonymousDelegatesWithIndexedNames.IsEmpty;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (3)
162if (self.IsEmpty && TryCastToImmutableSegmentedDictionary(pairs, out var other) && self.KeyComparer == other.KeyComparer) 175if (self.IsEmpty) 277else if (self.IsEmpty)