src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (4)
397return InferTypeInArgument(index, methods, argument, parentInvocationExpressionToTypeInfer: null);
457return InferTypeInArgument(index, constructors, argumentOpt, parentInvocationExpressionToTypeInfer: null);
469return InferTypeInArgument(index, constructors, argumentOpt, parentInvocationExpressionToTypeInfer: null);
512return InferTypeInArgument(index, methods, argumentOpt, invocation);