1 write to _objectFilePath
ILCompiler.ReadyToRun (1)
CodeGen\ReadyToRunObjectWriter.cs (1)
137
_objectFilePath
= objectFilePath;
11 references to _objectFilePath
ILCompiler.ReadyToRun (11)
CodeGen\ReadyToRunObjectWriter.cs (11)
194
using (FileStream stream = new FileStream(
_objectFilePath
, FileMode.Create))
221
string mapFileName = Path.ChangeExtension(
_objectFilePath
, ".map");
227
string nodeStatsCsvFileName = Path.ChangeExtension(
_objectFilePath
, ".nodestats.csv");
228
string mapCsvFileName = Path.ChangeExtension(
_objectFilePath
, ".map.csv");
237
path = Path.GetDirectoryName(
_objectFilePath
);
239
_symbolFileBuilder.SavePdb(path,
_objectFilePath
);
247
path = Path.GetDirectoryName(
_objectFilePath
);
249
_symbolFileBuilder.SavePerfMap(path, _perfMapFormatVersion,
_objectFilePath
);
254
string path = Path.ChangeExtension(
_objectFilePath
, ".profile");
271
File.Delete(
_objectFilePath
);
294
PEObjectWriter objectWriter = new(_nodeFactory, ObjectWritingOptions.None, _outputInfoBuilder,
_objectFilePath
, _customPESectionAlignment, timeDateStamp);