4 references to DetermineTypeParameterMapping
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpTypeInferenceService.TypeInferrer.cs (4)
661
DetermineTypeParameterMapping
(inferredType, returnType, result);
694
DetermineTypeParameterMapping
(((IArrayTypeSymbol)inferredType).ElementType, ((IArrayTypeSymbol)returnType).ElementType, result);
697
DetermineTypeParameterMapping
(((IPointerTypeSymbol)inferredType).PointedAtType, ((IPointerTypeSymbol)returnType).PointedAtType, result);
706
DetermineTypeParameterMapping
(inferredNamedType.TypeArguments[i], returnNamedType.TypeArguments[i], result);