2 references to ConvertFile
dotnet (2)
Commands\Project\Convert\ProjectConvertCommand.cs (2)
75var convertedEntryPoint = ConvertFile(file, entryPointOutputDir, isEntryPointFile: true); 291var convertedReference = ConvertFile(refPath, refTargetDirectory, isEntryPointFile: false);