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)
87
editor.SourceFile.
Save
();
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1470
new SourceFile(filePath, modifiedText).
Save
();