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