1 instantiation of SectionLocation
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
134var builder = SerializeSection(section.Name, new SectionLocation(nextRva, nextPointer));
13 references to SectionLocation
Microsoft.CodeAnalysis (4)
PEWriter\ExtendedPEBuilder.cs (1)
72protected override BlobBuilder SerializeSection(string name, SectionLocation location)
PEWriter\PeWriter.cs (3)
409protected override void Serialize(BlobBuilder builder, SectionLocation location) 425protected override void Serialize(BlobBuilder builder, SectionLocation location) 439protected override void Serialize(BlobBuilder builder, SectionLocation location)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\CompilationEmitTests.cs (2)
596protected override void Serialize(BlobBuilder builder, SectionLocation location) 624protected override BlobBuilder SerializeSection(string name, SectionLocation location)
System.Reflection.Metadata (7)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
225internal void Serialize(BlobBuilder builder, SectionLocation sectionLocation, int sectionOffset)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (4)
112protected override BlobBuilder SerializeSection(string name, SectionLocation location) => 121private BlobBuilder SerializeTextSection(SectionLocation location) 185private BlobBuilder SerializeResourceSection(SectionLocation location) 196private BlobBuilder SerializeRelocationSection(SectionLocation location)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
87protected abstract BlobBuilder SerializeSection(string name, SectionLocation location);
System\Reflection\PortableExecutable\ResourceSectionBuilder.cs (1)
17protected internal abstract void Serialize(BlobBuilder builder, SectionLocation location);