5 references to Reference
dotnet-svcutil.xmlserializer (5)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (2)
291IList<string> referencedAssembliesArgs = _arguments.GetArguments(Options.Cmd.Reference); 368throw new ToolOptionException(SR.Format(SR.ErrDuplicateReferenceValues, Options.Cmd.Reference, assembly.Location));
Microsoft\Tools\ServiceModel\SvcUtil\OptionsStatics.cs (1)
57public static readonly CommandSwitch Reference = new CommandSwitch(Options.Cmd.Reference, Abbr.Reference, SwitchType.ValueList);
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (2)
166helpCategory.Options[0] = ArgumentInfo.CreateParameterHelpInfo(Options.Cmd.Reference, SR.Format(SR.ParametersReference)); 227helpCategory.Options[2] = ArgumentInfo.CreateParameterHelpInfo(Options.Cmd.Reference, SR.Format(SR.ParametersReference));