1 write to _lazySections
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
71
_lazySections
= new Lazy<ImmutableArray<Section>>(CreateSections);
1 reference to _lazySections
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
76
var sections =
_lazySections
.Value;