4 instantiations of Section
Mono.Cecil (4)
Mono.Cecil.PE\ImageReader.cs (2)
242 var section = new Section (); 780 new Section {
Mono.Cecil.PE\ImageWriter.cs (2)
112 writer.text = new Section { SizeOfRawData = length, VirtualSize = length }; 138 return new Section {
26 references to Section
Mono.Cecil (26)
Mono.Cecil.PE\Image.cs (9)
38 public Section [] Sections; 40 public Section MetadataSection; 94 var section = GetSectionAtVirtualAddress (rva); 101 public uint ResolveVirtualAddressInSection (RVA rva, Section section) 106 public Section GetSection (string name) 110 var section = sections [i]; 118 public Section GetSectionAtVirtualAddress (RVA rva) 122 var section = sections [i]; 132 var section = GetSectionAtVirtualAddress (rva);
Mono.Cecil.PE\ImageReader.cs (4)
239 var sections = new Section [count]; 242 var section = new Section (); 316 var section = image.GetSectionAtVirtualAddress (metadata.VirtualAddress); 373 void ReadMetadataStream (Section section)
Mono.Cecil.PE\ImageWriter.cs (12)
45 internal Section text; 46 internal Section rsrc; 47 internal Section reloc; 123 var previous = text; 136 Section CreateSection (string name, uint size, Section previous) 214 Section LastSection () 256 var last_section = LastSection(); 350 void WriteSection (Section section, uint characteristics) 369 uint GetRVAFileOffset (Section section, RVA rva) 379 void MoveToRVA (Section section, RVA rva) 397 void PrepareSection (Section section)
Mono.Security.Cryptography\CryptoService.cs (1)
86 var text = writer.text;