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