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)
74get { return _switchValue; } 107if (_switchValue.Type.IsNullableType()) { 109!TypeUtils.AreEquivalent(_switchValue.Type, _comparison.GetParametersCached()[0].ParameterType.GetNonRefType());