4 references to IsEmpty
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (2)
197while (!switchBucketsStack.IsEmpty) 220Debug.Assert(!switchBucketsStack.IsEmpty);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
977if (nodeActions.IsEmpty) 1073if (operationActions.IsEmpty)