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