3 references to EvalStackIsEmpty
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\Optimizer.cs (3)
568
Debug.Assert(node == null ||
EvalStackIsEmpty
());
615
Debug.Assert(
EvalStackIsEmpty
(), "entering blocks when evaluation stack is not empty?");
1420
Debug.Assert(
EvalStackIsEmpty
());