1 write to Template
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
14Template = template;
3 references to Template
Microsoft.AspNetCore.Shared.Tests (3)
CommandLineApplicationTests.cs (2)
1201Assert.Equal(firstActualOption, firstOption.Template); 1202Assert.Equal(secondActualOption, secondOption.Template);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
18foreach (var part in Template.Split(new[] { ' ', '|' }, StringSplitOptions.RemoveEmptyEntries))