2 writes to _lazyOtherNullability
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\Conversions\ConversionsBase.cs (2)
43
_lazyOtherNullability
= otherNullabilityOpt;
58
Interlocked.CompareExchange(ref
_lazyOtherNullability
, WithNullabilityCore(includeNullability), null);
5 references to _lazyOtherNullability
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\Conversions\ConversionsBase.cs (5)
56
if (
_lazyOtherNullability
== null)
60
Debug.Assert(
_lazyOtherNullability
.IncludeNullability == includeNullability);
61
Debug.Assert(
_lazyOtherNullability
.
_lazyOtherNullability
== this);
62
return
_lazyOtherNullability
;