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