1 override of LabelState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ControlFlowPass.cs (1)
112protected override LocalState LabelState(LabelSymbol label)
3 references to LabelState
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (2)
795var state = LabelState(label); 3251var state = LabelState(label);
FlowAnalysis\ControlFlowPass.cs (1)
114LocalState result = base.LabelState(label);