1 write to _cases
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
768
_cases
= cases;
1 reference to _cases
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (1)
785
return
_cases
.TryGetValue((string)value, out target) ? target : 1;