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