4 references to ReferencesKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
84
public readonly CommandSwitch Reference = new CommandSwitch(
ReferencesKey
, "r", SwitchType.ValueList);
Shared\Options\OptionValueParser.cs (1)
155
UpdateOptions.CollectionTypesKey, UpdateOptions.ExcludeTypesKey, UpdateOptions.
ReferencesKey
, UpdateOptions.RuntimeIdentifierKey
Shared\Options\UpdateOptions.cs (2)
41
public ListValue<ProjectDependency> References { get { return GetValue<ListValue<ProjectDependency>>(
ReferencesKey
); } }
61
new ListValueOption<ProjectDependency>(
ReferencesKey
) { SerializationName = "references" },