10 references to IsAmbiguous
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Statements.vb (2)
4311
Debug.Assert(Not result.
IsAmbiguous
)
4313
ElseIf result.
IsAmbiguous
Then
Binding\ImportedTypesAndNamespacesMembersBinder.vb (1)
63
Dim cancelLookup As Boolean = currentResult.
IsAmbiguous
Binding\LookupResult.vb (6)
535
Debug.Assert(Not Me.
IsAmbiguous
AndAlso Not other.IsAmbiguous)
566
Debug.Assert(Me.
IsAmbiguous
OrElse other.
IsAmbiguous
)
606
Debug.Assert(Me.
IsAmbiguous
OrElse other.IsAmbiguous)
713
Debug.Assert(Me.
IsAmbiguous
)
923
ElseIf Me.
IsAmbiguous
Then
Symbols\Source\ImplementsHelper.vb (1)
208
If lookup.
IsAmbiguous
Then