3 references to GetSlotForSwitchInputValue
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker_Patterns.cs (3)
279
int slot =
GetSlotForSwitchInputValue
(node.Expression);
407
? tuple.Arguments.SelectAsArray(static (a, w) => w.
GetSlotForSwitchInputValue
(a), this)
1069
int slot =
GetSlotForSwitchInputValue
(node.Expression);