7 references to IsEmpty
Microsoft.CodeAnalysis (7)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
2763
if (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)
162
if (self.
IsEmpty
&& TryCastToImmutableSegmentedDictionary(pairs, out var other) && self.KeyComparer == other.KeyComparer)
175
if (self.
IsEmpty
)
277
else if (self.
IsEmpty
)