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