2 references to TryParseUInt16
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1191
else if (!
TryParseUInt16
(value, out newAlignment))
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
2166
ElseIf Not
TryParseUInt16
(value, alignment) Then