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