1 instantiation of SectionLocation
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEBuilder.cs (1)
134
var builder = SerializeSection(section.Name, new
SectionLocation
(nextRva, nextPointer));
15 references to SectionLocation
ILAssembler (3)
VTableExportPEBuilder.cs (3)
155
protected override BlobBuilder SerializeSection(string name,
SectionLocation
location)
253
private void ApplyDataLabelFixups(
SectionLocation
textSectionLocation)
363
private BlobBuilder SerializeSDataSection(
SectionLocation
location)
ILCompiler.Compiler (1)
Compiler\MstatObjectDumper.cs (1)
248
protected override BlobBuilder SerializeSection(string name,
SectionLocation
location)
Microsoft.CodeAnalysis (4)
PEWriter\ExtendedPEBuilder.cs (1)
72
protected override BlobBuilder SerializeSection(string name,
SectionLocation
location)
PEWriter\PeWriter.cs (3)
414
protected override void Serialize(BlobBuilder builder,
SectionLocation
location)
430
protected override void Serialize(BlobBuilder builder,
SectionLocation
location)
444
protected override void Serialize(BlobBuilder builder,
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);