3 references to TryParse
ilc (1)
Program.cs (1)
831
if (!id.StartsWith("IL", StringComparison.Ordinal) || !ushort.
TryParse
(id.AsSpan(2), out ushort code))
illink (1)
Linker\Driver.cs (1)
1027
if (!id.StartsWith("IL", StringComparison.Ordinal) || !ushort.
TryParse
(id.AsSpan(2), out ushort code))
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpEnvironmentProxy.cs (1)
229
if (!ushort.
TryParse
(value.AsSpan(separatorIndex + 1), out port))