5 overrides of BinderSpecificLookupOptions
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\BackstopBinder.vb (1)
305
Friend Overrides Function
BinderSpecificLookupOptions
(options As LookupOptions) As LookupOptions
Binding\DocumentationCommentBinder.vb (1)
169
Friend Overrides Function
BinderSpecificLookupOptions
(options As LookupOptions) As LookupOptions
Binding\EarlyWellKnownAttributeBinder.vb (1)
220
Friend Overrides Function
BinderSpecificLookupOptions
(options As LookupOptions) As LookupOptions
Binding\IgnoreAccessibilityBinder.vb (1)
16
Friend Overrides Function
BinderSpecificLookupOptions
(options As LookupOptions) As LookupOptions
Binding\SemanticModelBinder.vb (1)
28
Friend Overrides Function
BinderSpecificLookupOptions
(ByVal options As LookupOptions) As LookupOptions
15 references to BinderSpecificLookupOptions
Microsoft.CodeAnalysis.VisualBasic (15)
Binding\Binder.vb (3)
117
Return m_containingBinder.
BinderSpecificLookupOptions
(options)
122
Return (
BinderSpecificLookupOptions
(Nothing) And LookupOptions.IgnoreAccessibility) =
149
options =
BinderSpecificLookupOptions
(options)
Binding\Binder_Lookup.vb (7)
30
options =
BinderSpecificLookupOptions
(options)
42
options =
BinderSpecificLookupOptions
(options)
56
options =
BinderSpecificLookupOptions
(options)
68
options =
BinderSpecificLookupOptions
(options)
82
options =
BinderSpecificLookupOptions
(options)
94
options =
BinderSpecificLookupOptions
(options)
103
options =
BinderSpecificLookupOptions
(options)
Binding\DocumentationCommentBinder.vb (1)
170
Return ContainingBinder.
BinderSpecificLookupOptions
(options) Or LookupOptions.UseBaseReferenceAccessibility
Binding\EarlyWellKnownAttributeBinder.vb (1)
222
Return ContainingBinder.
BinderSpecificLookupOptions
(options) Or LookupOptions.IgnoreExtensionMethods
Binding\IgnoreAccessibilityBinder.vb (1)
17
Return ContainingBinder.
BinderSpecificLookupOptions
(options) Or LookupOptions.IgnoreAccessibility
Binding\SemanticModelBinder.vb (2)
30
Return MyBase.
BinderSpecificLookupOptions
(options) Or LookupOptions.IgnoreAccessibility
32
Return MyBase.
BinderSpecificLookupOptions
(options)