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