1 instantiation of ConvertedFile
dotnet (1)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
179return new ConvertedFile(fileDirectives, includeItems);
3 references to ConvertedFile
dotnet (3)
Commands\Project\Convert\ProjectConvertCommand.cs (3)
77var convertedEntryPoint = ConvertFile(file, entryPointOutputDir, isEntryPointFile: true); 111ConvertedFile ConvertFile(string sourceFile, string outputDirectory, bool isEntryPointFile) 293var convertedReference = ConvertFile(refPath, refTargetDirectory, isEntryPointFile: false);