5 references to IgnoreBaseClassesInLookup
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder.vb (1)
73
_ignoreBaseClassesInLookup = containingBinder.
IgnoreBaseClassesInLookup
Binding\Binder_Lookup.vb (4)
699
If (options And LookupOptions.NoBaseClassLookup) <> 0 OrElse binder.
IgnoreBaseClassesInLookup
Then
1518
If (options And LookupOptions.NoBaseClassLookup) = 0 AndAlso Not binder.
IgnoreBaseClassesInLookup
Then
1946
If (options And LookupOptions.NoBaseClassLookup) <> 0 OrElse binder.
IgnoreBaseClassesInLookup
Then
2028
If (options And LookupOptions.NoBaseClassLookup) = 0 AndAlso Not binder.
IgnoreBaseClassesInLookup
Then