1 write to _lazyChildren
Microsoft.CodeAnalysis.CSharp (1)
Declarations\MergedNamespaceDeclaration.cs (1)
314
ImmutableInterlocked.InterlockedInitialize(ref
_lazyChildren
, MakeChildren());
2 references to _lazyChildren
Microsoft.CodeAnalysis.CSharp (2)
Declarations\MergedNamespaceDeclaration.cs (2)
312
if (
_lazyChildren
.IsDefault)
317
return
_lazyChildren
;