5 references to UpdateServiceReferenceKey
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (5)
25public string UpdateServiceReferenceFolder { get { return GetValue<string>(UpdateServiceReferenceKey); } set { SetValue(UpdateServiceReferenceKey, value); } } 92public readonly CommandSwitch Update = new CommandSwitch(UpdateServiceReferenceKey, "u", SwitchType.FlagOrSingletonValue, OperationalContext.Project); 109new SingleValueOption<string>(UpdateServiceReferenceKey) { CanSerialize = false }); 467using (SafeLogger logger = await SafeLogger.WriteStartOperationAsync(this.Logger, $"Processing {UpdateServiceReferenceKey} option ...").ConfigureAwait(false))