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