5 references to Load
dotnet (5)
Commands\Package\Add\PackageAddCommand.cs (1)
254var file = SourceFile.Load(fullPath);
Commands\Package\Remove\PackageRemoveCommand.cs (1)
73var editor = FileBasedAppSourceEditor.Load(SourceFile.Load(fullPath));
Commands\Project\Convert\ProjectConvertCommand.cs (1)
31var sourceFile = SourceFile.Load(file);
Commands\Run\Api\RunApiCommand.cs (1)
66var sourceFile = SourceFile.Load(EntryPointFileFullPath);
Commands\Run\VirtualProjectBuildingCommand.cs (1)
172var sourceFile = SourceFile.Load(EntryPointFileFullPath);