1 write to _lazyImportChain
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
268
Interlocked.CompareExchange(ref
_lazyImportChain
, importChain, null);
3 references to _lazyImportChain
Microsoft.CodeAnalysis.CSharp (3)
Binder\WithUsingNamespacesAndTypesBinder.cs (3)
259
if (
_lazyImportChain
== null)
271
Debug.Assert(
_lazyImportChain
!= null || !_withImportChainEntry);
273
return
_lazyImportChain
;