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