1 write to _lazyChildren
Microsoft.CodeAnalysis.CSharp (1)
Declarations\MergedTypeDeclaration.cs (1)
228
ImmutableInterlocked.InterlockedInitialize(ref
_lazyChildren
, MakeChildren());
2 references to _lazyChildren
Microsoft.CodeAnalysis.CSharp (2)
Declarations\MergedTypeDeclaration.cs (2)
226
if (
_lazyChildren
.IsDefault)
231
return
_lazyChildren
;