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