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