1 write to stack
Microsoft.CodeAnalysis (1)
CodeGen\LabelInfo.cs (1)
44
this.
stack
= stack;
5 references to stack
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilderEmit.cs (3)
136
int labelStack = labelInfo.
stack
;
192
Debug.Assert(labelInfo.
stack
== _emitState.CurStack, "branches to same label with different stacks");
292
Debug.Assert(ld.
stack
== curStack, "branches to same label with different stacks");
CodeGen\LabelInfo.cs (2)
51
return new LabelInfo(bb, this.
stack
, this.targetOfConditionalBranches);
56
return new LabelInfo(this.bb, this.
stack
, true);