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