3 references to TryParseOption
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (2)
145TryParseOption(arg, out name, out value) && 150if (TryParseOption(arg, out ReadOnlyMemory<char> nameMemory, out ReadOnlyMemory<char>? valueMemory))
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
174if (optionsEnded || !TryParseOption(arg, out nameMemory, out valueMemory))