3 references to ClassifyImplicitConversionFromTypeWhenNeitherOrBothFunctionTypes
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\BestTypeInferrer.cs (2)
290
var t1tot2 = conversionsWithoutNullability.
ClassifyImplicitConversionFromTypeWhenNeitherOrBothFunctionTypes
(type1, type2, ref useSiteInfo).Exists;
291
var t2tot1 = conversionsWithoutNullability.
ClassifyImplicitConversionFromTypeWhenNeitherOrBothFunctionTypes
(type2, type1, ref useSiteInfo).Exists;
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
3025
return conversions.
ClassifyImplicitConversionFromTypeWhenNeitherOrBothFunctionTypes
(source, destination, ref useSiteInfo).Exists;