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)
76var sections = _lazySections.Value;