5 references to TryParse
Templates.Tests (5)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (5)
232if (!option.TryParse(longOption[1])) 242option.TryParse(null); 301if (!option.TryParse(shortOption[1])) 311option.TryParse(null); 320if (!option.TryParse(arg))