private PortInfo[] ParsePorts(Match portsList, CompilationContext info) => portsList.Matches.Select(m => ParsePort(m, false, info)).ToArray();