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