3 references to ExcludeType
dotnet-svcutil.xmlserializer (3)
Microsoft\Tools\ServiceModel\SvcUtil\OptionsStatics.cs (1)
60
public static readonly CommandSwitch ExcludeType = new CommandSwitch(Options.Cmd.ExcludeType, Abbr.
ExcludeType
, SwitchType.ValueList);
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (2)
170
helpCategory.Options[1].HelpText = SR.Format(SR.HelpXmlSerializerTypeGenerationSyntaxInput3, Options.Abbr.
ExcludeType
);
235
helpCategory.Options[4].HelpText = SR.Format(SR.HelpExcludeTypeCodeGeneration, Options.Abbr.
ExcludeType
);