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