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)
194using (FileStream stream = new FileStream(_objectFilePath, FileMode.Create)) 221string mapFileName = Path.ChangeExtension(_objectFilePath, ".map"); 227string nodeStatsCsvFileName = Path.ChangeExtension(_objectFilePath, ".nodestats.csv"); 228string mapCsvFileName = Path.ChangeExtension(_objectFilePath, ".map.csv"); 237path = Path.GetDirectoryName(_objectFilePath); 239_symbolFileBuilder.SavePdb(path, _objectFilePath); 247path = Path.GetDirectoryName(_objectFilePath); 249_symbolFileBuilder.SavePerfMap(path, _perfMapFormatVersion, _objectFilePath); 254string path = Path.ChangeExtension(_objectFilePath, ".profile"); 271File.Delete(_objectFilePath); 294PEObjectWriter objectWriter = new(_nodeFactory, ObjectWritingOptions.None, _outputInfoBuilder, _objectFilePath, _customPESectionAlignment, timeDateStamp);