2 references to TryParse
illink (1)
Linker\Driver.cs (1)
893
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)
211
if (!ushort.
TryParse
(value.AsSpan(separatorIndex + 1, endIndex - separatorIndex - 1), out port))