21 references to BindScore
Microsoft.VisualBasic.Core (21)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (21)
935Dim Score, LowestScore As BindScore 938LowestScore = BindScore.Unknown 970If Score = BindScore.Exact OrElse Score = BindScore.Widening1 Then 1086Case BindScore.Exact 1089Case BindScore.Widening0, BindScore.Widening1 1604Dim Score, LowestScore As BindScore 1610LowestScore = BindScore.Unknown 1639If Score = BindScore.Widening1 Then 1704ElseIf Score = BindScore.Exact Then 1769Private Function BindingScore(ByVal Parameters() As ParameterInfo, ByVal paramOrder() As Integer, ByVal ArgTypes() As Type, ByVal IsPropertySet As Boolean, ByVal ParamArrayIndex As Integer) As BindScore 1771Dim Score As BindScore 1776Score = BindScore.Exact 1813If Score < BindScore.Widening1 Then 1814Score = BindScore.Widening1 1826If Score < BindScore.Widening1 Then 1827Score = BindScore.Widening1 1833If Score < BindScore.Widening1 Then 1834Score = BindScore.Widening1 1838Score = BindScore.Narrowing