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