5 references to TryParse
NuGet.CommandLine.XPlat (5)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (5)
180
if (!option.
TryParse
(longOption[1]))
190
option.
TryParse
(null);
225
if (!option.
TryParse
(shortOption[1]))
235
option.
TryParse
(null);
244
if (!option.
TryParse
(arg))