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