27 references to IsEmpty
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (2)
204while (!switchBucketsStack.IsEmpty) 227Debug.Assert(!switchBucketsStack.IsEmpty);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1068if (nodeActions.IsEmpty) 1167if (operationActions.IsEmpty)
Microsoft.CodeAnalysis.CSharp (23)
Binder\Binder_Operators.cs (7)
394if (methods?.IsEmpty != false) 421Debug.Assert(!methods.IsEmpty); 644if (methods?.IsEmpty != false) 3376if (methods?.IsEmpty != false) 3402Debug.Assert(!methods.IsEmpty); 3628if (methods?.IsEmpty != false) 3756if (extensionCandidatesInSingleScope.IsEmpty)
Binder\Semantics\Conversions\UserDefinedExplicitConversions.cs (1)
228if (operators.IsEmpty)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
1457if (!operators.IsEmpty) 1478if (!operators.IsEmpty)
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (2)
98if (!operators.IsEmpty) 119if (!operators.IsEmpty)
Binder\Semantics\OverloadResolution\OverloadResolution_ArgsToParameters.cs (1)
494if (arguments.Names.IsEmpty)
Compiler\DocumentationCommentCompiler.cs (1)
293if (docCommentNodesBuilder.IsEmpty)
Compiler\MethodCompiler.cs (4)
298Debug.Assert(lambdaDebugInfoBuilder.IsEmpty); 299Debug.Assert(lambdaRuntimeRudeEditsBuilder.IsEmpty); 300Debug.Assert(closureDebugInfoBuilder.IsEmpty); 301Debug.Assert(stateMachineStateDebugInfoBuilder.IsEmpty);
Emitter\Model\PEModuleBuilder.cs (2)
622Debug.Assert(!groupingTypes.IsEmpty); 867Debug.Assert(!groupingTypes.IsEmpty);
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
114Debug.Assert(_lazyPreviousContextVariables?.IsEmpty != false);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
52Debug.Assert(stateMachineStateDebugInfoBuilder.IsEmpty);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2772else if (!ops1.IsEmpty)