8 references to InputsKey
dotnet-svcutil-lib (8)
CommandLineParser.cs (1)
141SetValue(options, CommandProcessorOptions.InputsKey, Environment.ExpandEnvironmentVariables(arg));
CommandProcessorOptions.cs (1)
306await safeLogger.WriteMessageAsync($"Resetting unexpected option '{InputsKey}' ...", logToUI: false).ConfigureAwait(false);
Shared\Options\ApplicationOptions.cs (2)
43public ListValue<Uri> Inputs { get { return GetValue<ListValue<Uri>>(InputsKey); } } 56new ListValueOption<Uri>(InputsKey),
Shared\Options\OptionsSerializer.cs (3)
162var inputsOption = options.GetOption(ApplicationOptions.InputsKey); 167o.Name != ApplicationOptions.InputsKey && 213o.Name != ApplicationOptions.InputsKey &&
Shared\Options\WCFCSUpdateOptions.cs (1)
43GetOption(InputsKey).Aliases.Add("Uri");