3 writes to _name
dotnet-svcutil.xmlserializer (3)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (3)
266argInfo._name = input; 273argInfo._name = $"--{option}"; 280argInfo._name = $"--{option}:{optionUse}";
2 references to _name
dotnet-svcutil.xmlserializer (2)
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (2)
296get { return _name; } 305return string.Format(CultureInfo.InvariantCulture, pattern, _name, _helpText);