1 write to _switchGoverningExpression
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchBinder.cs (1)
65Interlocked.CompareExchange(ref _switchGoverningExpression, boundSwitchExpression, null);
3 references to _switchGoverningExpression
Microsoft.CodeAnalysis.CSharp (3)
Binder\SwitchBinder.cs (3)
42Debug.Assert(_switchGoverningExpression != null); 43return _switchGoverningExpression; 60if (_switchGoverningExpression == null)