src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (4)
393return InferTypeInArgument(index, methods, argument, parentInvocationExpressionToTypeInfer: null);
453return InferTypeInArgument(index, constructors, argumentOpt, parentInvocationExpressionToTypeInfer: null);
465return InferTypeInArgument(index, constructors, argumentOpt, parentInvocationExpressionToTypeInfer: null);
508return InferTypeInArgument(index, methods, argumentOpt, invocation);