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