1 write to Help
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
255this.Help = true;
3 references to Help
dotnet-svcutil-lib (3)
CommandProcessorOptions.cs (2)
199if (this.Help != true && this.Errors.Count() == 0) 285if (this.Help != true)
Tool.cs (1)
99if (options.Help == true)