3 writes to _name
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
108_name = input, 118_name = String.Format(CultureInfo.InvariantCulture, "{0}{1}", CommandSwitch.FullSwitchIndicator, option), 128_name = String.Format(CultureInfo.InvariantCulture, "{0}{1} {2}", CommandSwitch.FullSwitchIndicator, option, optionUse),
2 references to _name
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
146get { return _name; } 155return string.Format(CultureInfo.InvariantCulture, pattern, _name, _helpText);