1 write to Template
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
14Template = template;
3 references to Template
Templates.Blazor.WebAssembly.Auth.Tests (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
496var maxOptLen = options.Max(o => o.Template.Length); 500optionsBuilder.AppendFormat(CultureInfo.InvariantCulture, outputFormat, opt.Template, opt.Description);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
18foreach (var part in Template.Split(new[] { ' ', '|' }, StringSplitOptions.RemoveEmptyEntries))