3 references to CompareParameterTypeGenericDepth
Microsoft.CodeAnalysis.VisualBasic (3)
Semantics\OverloadResolution.vb (3)
4469
If
CompareParameterTypeGenericDepth
(leftParamTypeForGenericityCheck, rightParamTypeForGenericityCheck, leftParamWins, rightParamWins) Then
4540
Return
CompareParameterTypeGenericDepth
(leftArray.ElementType, rightArray.ElementType, leftWins, rightWins)
4558
If
CompareParameterTypeGenericDepth
(leftTypeArguments(i), rightTypeArguments(i), leftArgWins, rightArgWins) Then