23 references to IsEmpty
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (2)
204
while (!switchBucketsStack.
IsEmpty
)
227
Debug.Assert(!switchBucketsStack.
IsEmpty
);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
977
if (nodeActions.
IsEmpty
)
1074
if (operationActions.
IsEmpty
)
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder_Operators.cs (6)
394
if (methods?.
IsEmpty
!= false)
421
Debug.Assert(!methods.
IsEmpty
);
637
if (methods?.
IsEmpty
!= false)
3354
if (methods?.
IsEmpty
!= false)
3380
Debug.Assert(!methods.
IsEmpty
);
3599
if (methods?.
IsEmpty
!= false)
Binder\Semantics\Conversions\UserDefinedExplicitConversions.cs (1)
228
if (operators.
IsEmpty
)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
1449
if (!operators.
IsEmpty
)
1470
if (!operators.
IsEmpty
)
Binder\Semantics\Operators\UnaryOperatorOverloadResolution.cs (2)
98
if (!operators.
IsEmpty
)
119
if (!operators.
IsEmpty
)
Binder\Semantics\OverloadResolution\OverloadResolution_ArgsToParameters.cs (1)
494
if (arguments.Names.
IsEmpty
)
Compiler\MethodCompiler.cs (4)
298
Debug.Assert(lambdaDebugInfoBuilder.
IsEmpty
);
299
Debug.Assert(lambdaRuntimeRudeEditsBuilder.
IsEmpty
);
300
Debug.Assert(closureDebugInfoBuilder.
IsEmpty
);
301
Debug.Assert(stateMachineStateDebugInfoBuilder.
IsEmpty
);
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
114
Debug.Assert(_lazyPreviousContextVariables?.
IsEmpty
!= false);
Lowering\StateMachineRewriter\StateMachineRewriter.cs (1)
52
Debug.Assert(stateMachineStateDebugInfoBuilder.
IsEmpty
);
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2808
else if (!ops1.
IsEmpty
)