4 references to DetermineTypeParameterMapping
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (4)
664
DetermineTypeParameterMapping
(inferredType, returnType, result);
697
DetermineTypeParameterMapping
(((IArrayTypeSymbol)inferredType).ElementType, ((IArrayTypeSymbol)returnType).ElementType, result);
700
DetermineTypeParameterMapping
(((IPointerTypeSymbol)inferredType).PointedAtType, ((IPointerTypeSymbol)returnType).PointedAtType, result);
709
DetermineTypeParameterMapping
(inferredNamedType.TypeArguments[i], returnNamedType.TypeArguments[i], result);