18 references to ExactInference
Microsoft.CodeAnalysis.CSharp (18)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (18)
1596ExactInference(anonymousFunction.ParameterTypeWithAnnotations(i), delegateParameters[i].TypeWithAnnotations, ref useSiteInfo); 1628ExactInference(anonymousFunctionReturnType, delegateInvokeMethod.ReturnTypeWithAnnotations, ref useSiteInfo); 1724ExactInference(arraySource.ElementTypeWithAnnotations, arrayTarget.ElementTypeWithAnnotations, ref useSiteInfo); 1757ExactInference(sourceElementType, targetElementType, ref useSiteInfo); 1789ExactInference(source, target, ref useSiteInfo); 1890ExactInference(((PointerTypeSymbol)source.Type).PointedAtTypeWithAnnotations, ((PointerTypeSymbol)target.Type).PointedAtTypeWithAnnotations, ref useSiteInfo); 1904ExactInference(sourceSignature.ParameterTypesWithAnnotations[i], targetSignature.ParameterTypesWithAnnotations[i], ref useSiteInfo); 1907ExactInference(sourceSignature.ReturnTypeWithAnnotations, targetSignature.ReturnTypeWithAnnotations, ref useSiteInfo); 1956ExactInference(sourceTypeArguments[arg], targetTypeArguments[arg], ref useSiteInfo); 2143ExactInference(elementSource, elementTarget, ref useSiteInfo); 2174ExactInference(sourceElementType, targetElementType, ref useSiteInfo); 2415ExactInference(sourceTypeArgument, targetTypeArgument, ref useSiteInfo); 2455ExactInference(sourceParam.TypeWithAnnotations, targetParam.TypeWithAnnotations, ref useSiteInfo); 2465ExactInference(sourceSignature.ReturnTypeWithAnnotations, targetSignature.ReturnTypeWithAnnotations, ref useSiteInfo); 2582ExactInference(elementSource, elementTarget, ref useSiteInfo); 2765ExactInference(sourceTypeArgument, targetTypeArgument, ref useSiteInfo); 2805ExactInference(sourceParam.TypeWithAnnotations, targetParam.TypeWithAnnotations, ref useSiteInfo); 2815ExactInference(sourceSignature.ReturnTypeWithAnnotations, targetSignature.ReturnTypeWithAnnotations, ref useSiteInfo);