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