15 references to SetStackDepth
Microsoft.CodeAnalysis.CSharp (15)
CodeGen\Optimizer.cs (15)
479SetStackDepth(prevStack); 488SetStackDepth(prevStack); 563SetStackDepth(_evalStack.Count - 1); 587SetStackDepth(origStack); 1393SetStackDepth(origStack); // consequence is evaluated with original stack 1398SetStackDepth(origStack); // alternative is evaluated with original stack 1449SetStackDepth(prevStack); // right is evaluated with original stack 1469SetStackDepth(prevStack); 1489SetStackDepth(origStack); // right is evaluated with original stack 1511SetStackDepth(origStack); 1528SetStackDepth(origStack); 1536SetStackDepth(origStack); // whenNull is evaluated with original stack 1559SetStackDepth(origStack); // consequence is evaluated with original stack 1564SetStackDepth(origStack); // alternative is evaluated with original stack 1639SetStackDepth(prevStack);