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