<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />

Microsoft.VisualBasic.CompilerServices.OverloadResolution

namespace Microsoft.VisualBasic.CompilerServices { internal class OverloadResolution { private delegate bool ArgumentDetector (Symbols.Method targetProcedure, object[] arguments, string[] argumentNames, Type[] typeArguments, List<string> errors); private delegate bool CandidateProperty (Symbols.Method candidate); } }