4 references to Save
dotnet (4)
Commands\Package\Add\PackageAddCommand.cs (2)
262
editor.SourceFile.
Save
();
269
editor.SourceFile.
Save
();
Commands\Package\Remove\PackageRemoveCommand.cs (1)
86
editor.SourceFile.
Save
();
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1604
new SourceFile(filePath, modifiedText).
Save
();