2 references to Save
dotnet-svcutil-lib (2)
Bootstrapper\SvcutilBootstrapper.cs (1)
180await AsyncHelper.RunAsync(() => this.Options.Save(paramsFilePath), cancellationToken).ConfigureAwait(false);
Tool.cs (1)
330await AsyncHelper.RunAsync(() => updateOptions.Save(paramsFile), cancellationToken).ConfigureAwait(false);