37 references to StopFurtherLookup
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder.vb (1)
158If lookupResult.StopFurtherLookup Then
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\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
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (25)
Binding\LookupTests.vb (25)
46Assert.False(r1.StopFurtherLookup) 55Assert.True(_r2.StopFurtherLookup) 63Assert.True(r3.StopFurtherLookup) 75Assert.False(r4.StopFurtherLookup) 86Assert.False(r5.StopFurtherLookup) 96Assert.True(r6.StopFurtherLookup) 105Assert.True(r7.StopFurtherLookup) 115Assert.True(r9.StopFurtherLookup) 124Assert.True(r10.StopFurtherLookup) 139Assert.True(r11.StopFurtherLookup) 151Assert.False(r12.StopFurtherLookup) 160Assert.False(r13.StopFurtherLookup) 172Assert.False(r14.StopFurtherLookup) 185Assert.True(r15.StopFurtherLookup) 200Assert.True(r19.StopFurtherLookup) 204Assert.True(r19.StopFurtherLookup) 208Assert.True(r19.StopFurtherLookup) 215Assert.True(r19.StopFurtherLookup) 326Assert.True(lr.StopFurtherLookup) 334Assert.True(lr.StopFurtherLookup) 342Assert.True(lr.StopFurtherLookup) 350Assert.True(lr.StopFurtherLookup) 358Assert.True(lr.StopFurtherLookup) 366Assert.True(lr.StopFurtherLookup) 377Assert.True(lr.StopFurtherLookup)