4 references to IsAmbiguous
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\LookupResult.vb (4)
535
Debug.Assert(Not Me.IsAmbiguous AndAlso Not other.
IsAmbiguous
)
606
Debug.Assert(Me.IsAmbiguous OrElse other.
IsAmbiguous
)
628
Debug.Assert(Not other.
IsAmbiguous
)
903
Debug.Assert(Not other.
IsAmbiguous
)