12 references to StopFurtherLookup
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder.vb (1)
158
If lookupResult.
StopFurtherLookup
Then
Binding\Binder_Lookup.vb (6)
381
If lookupResult.
StopFurtherLookup
Then
509
If currentResult.
StopFurtherLookup
AndAlso currentResult.Symbols.Count > 0 AndAlso
510
lookupResult.
StopFurtherLookup
AndAlso lookupResult.Symbols.Count > 0 Then
683
If result.
StopFurtherLookup
Then
1517
If Not (currentResult.
StopFurtherLookup
AndAlso AnyShadows(currentResult)) Then
1643
If result.
StopFurtherLookup
Then
Binding\ImportedTypesAndNamespacesMembersBinder.vb (3)
74
If lookupResult.
StopFurtherLookup
AndAlso currentResult.
StopFurtherLookup
Then
114
Debug.Assert(lookupResult.
StopFurtherLookup
)
Binding\LookupResult.vb (1)
907
Me.
StopFurtherLookup
AndAlso Me.Symbols.Count > 0 Then
Binding\NamedTypeBinder.vb (1)
82
If lookupResult.
StopFurtherLookup
Then