3 writes to _name
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
107_name = input, 117_name = String.Format(CultureInfo.InvariantCulture, "{0}{1}", CommandSwitch.FullSwitchIndicator, option), 127_name = String.Format(CultureInfo.InvariantCulture, "{0}{1} {2}", CommandSwitch.FullSwitchIndicator, option, optionUse),
2 references to _name
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
145get { return _name; } 154return string.Format(CultureInfo.InvariantCulture, pattern, _name, _helpText);