1 write to _switchValue
System.Core (1)
Microsoft\Scripting\Ast\SwitchExpression.cs (1)
47
_switchValue
= switchValue;
3 references to _switchValue
System.Core (3)
Microsoft\Scripting\Ast\SwitchExpression.cs (3)
74
get { return
_switchValue
; }
107
if (
_switchValue
.Type.IsNullableType()) {
109
!TypeUtils.AreEquivalent(
_switchValue
.Type, _comparison.GetParametersCached()[0].ParameterType.GetNonRefType());