1 write to _lazyImportChain
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithExternAndUsingAliasesBinder.cs (1)
73Interlocked.CompareExchange(ref _lazyImportChain, BuildImportChain(), null);
3 references to _lazyImportChain
Microsoft.CodeAnalysis.CSharp (3)
Binder\WithExternAndUsingAliasesBinder.cs (3)
70if (_lazyImportChain == null) 76Debug.Assert(_lazyImportChain != null); 78return _lazyImportChain;