3 references to InferTypeInArgument
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpTypeInferenceService.TypeInferrer.cs (3)
727return InferTypeInArgument(index, parameterizedSymbols, name, RefKind.None); 761return InferTypeInArgument(index, parameterListsWithMatchingCount.ToImmutable(), name, refKind).Concat( 762InferTypeInArgument(index, parameterListsWithoutMatchingCount.ToImmutable(), name, refKind));