4 references to LabelInfo
Microsoft.CodeAnalysis (4)
CodeGen\ILBuilderEmit.cs (1)
167_labelInfos[label] = new LabelInfo(block, curStack, false);
CodeGen\LabelInfo.cs (3)
35: this(null, stack, targetOfConditionalBranches) 51return new LabelInfo(bb, this.stack, this.targetOfConditionalBranches); 56return new LabelInfo(this.bb, this.stack, true);