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