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