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