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