2 references to InferTypeInArgument
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (2)
452
return
InferTypeInArgument
(index, constructors, argumentOpt, parentInvocationExpressionToTypeInfer: null);
464
return
InferTypeInArgument
(index, constructors, argumentOpt, parentInvocationExpressionToTypeInfer: null);