2 references to TryParseOption
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (2)
136
TryParseOption
(arg, out name, out value) &&
141
if (
TryParseOption
(arg, out ReadOnlyMemory<char> nameMemory, out ReadOnlyMemory<char>? valueMemory))