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)
51
return new
LabelInfo
(bb, this.stack, this.targetOfConditionalBranches);
56
return new
LabelInfo
(this.bb, this.stack, true);