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