4 references to ExcludeType
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (2)
806
var excludedTypes = AddSpecifiedTypesToDictionary(this.ExcludeTypes, Switches.
ExcludeType
.Name);
879
if (!IsTypeSpecified(type, excludedTypes, Switches.
ExcludeType
.Name))
HelpGenerator.cs (2)
62
ArgumentInfo.CreateParameterHelpInfo(CommandProcessorOptions.Switches.
ExcludeType
.Name, SR.ParametersExcludeType, string.Format(SR.HelpExcludeTypeCodeGenerationFormat, CommandProcessorOptions.Switches.
ExcludeType
.Abbreviation)),