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