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