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