3 references to InferTypeInArgument
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (3)
731return InferTypeInArgument(index, parameterizedSymbols, name, RefKind.None); 765return InferTypeInArgument(index, parameterListsWithMatchingCount.ToImmutable(), name, refKind).Concat( 766InferTypeInArgument(index, parameterListsWithoutMatchingCount.ToImmutable(), name, refKind));