2 writes to text
Mono.Cecil (2)
Mono.Cecil.PE\ImageWriter.cs (2)
112 writer.text = new Section { SizeOfRawData = length, VirtualSize = length }; 122 text = CreateSection (".text", text_map.GetLength (), null);
8 references to text
Mono.Cecil (8)
Mono.Cecil.PE\ImageWriter.cs (7)
123 var previous = text; 222 return text; 229 WriteUInt32 (text.SizeOfRawData); // CodeSize 258 WriteUInt32 (text.PointerToRawData); // HeaderSize 341 WriteSection (text, 0x60000020); 386 MoveToRVA (text, text_map.GetRVA (segment)); 422 PrepareSection (text);
Mono.Security.Cryptography\CryptoService.cs (1)
86 var text = writer.text;