1 override of LabelState
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ControlFlowPass.cs (1)
111protected override LocalState LabelState(LabelSymbol label)
4 references to LabelState
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\AbstractFlowPass.cs (2)
794var state = LabelState(label); 3427var state = LabelState(label);
FlowAnalysis\ControlFlowPass.cs (1)
113LocalState result = base.LabelState(label);
FlowAnalysis\NullableWalker_Patterns.cs (1)
325if (!LabelState(label.Label).Reachable && label.WhenClause != null)