1 write to _lazyImportChain
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
243
Interlocked.CompareExchange(ref
_lazyImportChain
, importChain, null);
3 references to _lazyImportChain
Microsoft.CodeAnalysis.CSharp (3)
Binder\WithUsingNamespacesAndTypesBinder.cs (3)
234
if (
_lazyImportChain
== null)
246
Debug.Assert(
_lazyImportChain
!= null || !_withImportChainEntry);
248
return
_lazyImportChain
;