4 references to DetermineTypeParameterMapping
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (4)
649
DetermineTypeParameterMapping
(inferredType, returnType, result);
682
DetermineTypeParameterMapping
(((IArrayTypeSymbol)inferredType).ElementType, ((IArrayTypeSymbol)returnType).ElementType, result);
685
DetermineTypeParameterMapping
(((IPointerTypeSymbol)inferredType).PointedAtType, ((IPointerTypeSymbol)returnType).PointedAtType, result);
694
DetermineTypeParameterMapping
(inferredNamedType.TypeArguments[i], returnNamedType.TypeArguments[i], result);