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