1 write to _lazyUsings
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
312
ImmutableInterlocked.InterlockedInitialize(ref
_lazyUsings
, _declaringSymbol.GetUsingNamespacesOrTypes(_declarationSyntax, basesBeingResolved));
2 references to _lazyUsings
Microsoft.CodeAnalysis.CSharp (2)
Binder\WithUsingNamespacesAndTypesBinder.cs (2)
310
if (
_lazyUsings
.IsDefault)
315
return
_lazyUsings
;