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