4 references to TryParse
ilasm (2)
Program.cs (2)
105
if (parts.Length == 2 && ushort.
TryParse
(parts[0], out ushort ssvMajor) && ushort.
TryParse
(parts[1], out ushort ssvMinor))
System.CommandLine (1)
Binding\ArgumentConverter.StringConverters.cs (1)
268
if (ushort.
TryParse
(token, out var ushortValue))
System.Speech (1)
Internal\ObjectToken\SAPICategories.cs (1)
279
if (!ushort.
TryParse
(sInteger, out val) || val > 9999)