23 references to IsEmpty
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (2)
204while (!switchBucketsStack.IsEmpty) 227Debug.Assert(!switchBucketsStack.IsEmpty);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
977if (nodeActions.IsEmpty) 1074if (operationActions.IsEmpty)
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder_Operators.cs (6)
394if (methods?.IsEmpty != false) 421Debug.Assert(!methods.IsEmpty); 637if (methods?.IsEmpty != false) 3354if (methods?.IsEmpty != false) 3380Debug.Assert(!methods.IsEmpty); 3599if (methods?.IsEmpty != false)
Binder\Semantics\Conversions\UserDefinedExplicitConversions.cs (1)
228if (operators.IsEmpty)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
1449if (!operators.IsEmpty) 1470if (!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\MethodCompiler.cs (4)
298Debug.Assert(lambdaDebugInfoBuilder.IsEmpty); 299Debug.Assert(lambdaRuntimeRudeEditsBuilder.IsEmpty); 300Debug.Assert(closureDebugInfoBuilder.IsEmpty); 301Debug.Assert(stateMachineStateDebugInfoBuilder.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)
2808else if (!ops1.IsEmpty)