1 instantiation of ConvertedFile
dotnet (1)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
180
return new
ConvertedFile
(fileDirectives, includeItems);
3 references to ConvertedFile
dotnet (3)
Commands\Project\Convert\ProjectConvertCommand.cs (3)
78
var
convertedEntryPoint = await ConvertFileAsync(file, entryPointOutputDir, isEntryPointFile: true);
112
async ValueTask<
ConvertedFile
> ConvertFileAsync(string sourceFile, string outputDirectory, bool isEntryPointFile)
295
var
convertedReference = await ConvertFileAsync(refPath, refTargetDirectory, isEntryPointFile: false);