27 references to IsEmpty
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (2)
204
while (!switchBucketsStack.
IsEmpty
)
227
Debug.Assert(!switchBucketsStack.
IsEmpty
);
DiagnosticAnalyzer\AnalyzerExecutor.cs (2)
1068
if (nodeActions.
IsEmpty
)
1167
if (operationActions.
IsEmpty
)
Microsoft.CodeAnalysis.CSharp (23)
Binder\Binder_Operators.cs (7)
394
if (methods?.
IsEmpty
!= false)
421
Debug.Assert(!methods.
IsEmpty
);
644
if (methods?.
IsEmpty
!= false)
3376
if (methods?.
IsEmpty
!= false)
3402
Debug.Assert(!methods.
IsEmpty
);
3628
if (methods?.
IsEmpty
!= false)
3756
if (extensionCandidatesInSingleScope.
IsEmpty
)
Binder\Semantics\Conversions\UserDefinedExplicitConversions.cs (1)
228
if (operators.
IsEmpty
)
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (2)
1457
if (!operators.
IsEmpty
)
1478
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\DocumentationCommentCompiler.cs (1)
293
if (docCommentNodesBuilder.
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
);
Emitter\Model\PEModuleBuilder.cs (2)
622
Debug.Assert(!groupingTypes.
IsEmpty
);
867
Debug.Assert(!groupingTypes.
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)
2772
else if (!ops1.
IsEmpty
)