4 references to EagerlyLookupExtensionMethods
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Invocation.vb (1)
35Debug.Assert((lookupOptionsUsed And LookupOptions.EagerlyLookupExtensionMethods) = 0)
Binding\Binder_Lookup.vb (1)
1154((options And LookupOptions.EagerlyLookupExtensionMethods) = 0 OrElse
Binding\Binder_Query.vb (1)
4438Debug.Assert((QueryOperatorLookupOptions And LookupOptions.EagerlyLookupExtensionMethods) = 0)
Compilation\SemanticModel.vb (1)
1964options = CType(options Or LookupOptions.EagerlyLookupExtensionMethods, LookupOptions)