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