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