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