3 writes to _name
dotnet-svcutil-lib (3)
HelpGenerator.cs (3)
109_name = input, 119_name = String.Format(CultureInfo.InvariantCulture, "{0}{1}", CommandSwitch.FullSwitchIndicator, option), 129_name = String.Format(CultureInfo.InvariantCulture, "{0}{1} {2}", CommandSwitch.FullSwitchIndicator, option, optionUse),
2 references to _name
dotnet-svcutil-lib (2)
HelpGenerator.cs (2)
147get { return _name; } 156return string.Format(CultureInfo.InvariantCulture, pattern, _name, _helpText);