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)
190
using FileStream stream = new FileStream(
_objectFilePath
, FileMode.Create);
214
string mapFileName = Path.ChangeExtension(
_objectFilePath
, ".map");
220
string nodeStatsCsvFileName = Path.ChangeExtension(
_objectFilePath
, ".nodestats.csv");
221
string mapCsvFileName = Path.ChangeExtension(
_objectFilePath
, ".map.csv");
230
path = Path.GetDirectoryName(
_objectFilePath
);
232
_symbolFileBuilder.SavePdb(path,
_objectFilePath
);
240
path = Path.GetDirectoryName(
_objectFilePath
);
242
_symbolFileBuilder.SavePerfMap(path, _perfMapFormatVersion,
_objectFilePath
);
247
string path = Path.ChangeExtension(
_objectFilePath
, ".profile");
264
File.Delete(
_objectFilePath
);
287
PEObjectWriter objectWriter = new(_nodeFactory, ObjectWritingOptions.None, _outputInfoBuilder,
_objectFilePath
, _customPESectionAlignment, timeDateStamp);