1 write to _errorBinding
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1168
Interlocked.CompareExchange(ref
_errorBinding
, ReallyBindForErrorRecovery(), null);
2 references to _errorBinding
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
1166
if (
_errorBinding
== null)
1171
return
_errorBinding
;