4 references to TryParse
ilasm (2)
Program.cs (2)
105if (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)
268if (ushort.TryParse(token, out var ushortValue))
System.Speech (1)
Internal\ObjectToken\SAPICategories.cs (1)
279if (!ushort.TryParse(sInteger, out val) || val > 9999)