2 references to ConvertFileAsync
dotnet (2)
Commands\Project\Convert\ProjectConvertCommand.cs (2)
78var convertedEntryPoint = await ConvertFileAsync(file, entryPointOutputDir, isEntryPointFile: true); 295var convertedReference = await ConvertFileAsync(refPath, refTargetDirectory, isEntryPointFile: false);