9 references to MethodInvocationOverloadResolution
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Attributes.vb (2)
288Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, boundArguments, Nothing, Me, callerInfoOpt:=node.Name, 303results = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, boundArguments, Nothing, Me, includeEliminatedCandidates:=True, callerInfoOpt:=node.Name,
Binding\Binder_Delegates.vb (2)
497Dim resolutionResult = OverloadResolution.MethodInvocationOverloadResolution( 531resolutionResult = OverloadResolution.MethodInvocationOverloadResolution(
Binding\Binder_ObjectInitializer.vb (2)
392Dim results As OverloadResolution.OverloadResolutionResult = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, 410results = OverloadResolution.MethodInvocationOverloadResolution(constructorsGroup, boundArguments, argumentNames, Me, includeEliminatedCandidates:=True, callerInfoOpt:=callerInfoOpt,
Semantics\OverloadResolution.vb (2)
818Return MethodInvocationOverloadResolution( 851Return MethodInvocationOverloadResolution(
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\OverloadResolution.vb (1)
52Return OverloadResolution.MethodInvocationOverloadResolution(