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