8 references to MustNotBeLocalOrParameter
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Expressions.vb (1)
2477
options = options Or LookupOptions.
MustNotBeLocalOrParameter
Binding\BlockBaseBinder.vb (1)
66
If Not locals.IsEmpty AndAlso (options And (LookupOptions.NamespacesOrTypesOnly Or LookupOptions.LabelsOnly Or LookupOptions.
MustNotBeLocalOrParameter
)) = 0 Then
Binding\DocumentationCommentCrefBinder.vb (2)
725
LookupOptions.
MustNotBeLocalOrParameter
Or
757
LookupOptions.
MustNotBeLocalOrParameter
Or
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
248
LookupOptions.
MustNotBeLocalOrParameter
Or
Binding\DocumentationCommentParamBinder.vb (1)
72
LookupOptions.
MustNotBeLocalOrParameter
Binding\DocumentationCommentTypeParamRefBinder.vb (1)
34
LookupOptions.
MustNotBeLocalOrParameter
Binding\SubOrFunctionBodyBinder.vb (1)
70
If (options And (LookupOptions.NamespacesOrTypesOnly Or LookupOptions.LabelsOnly Or LookupOptions.
MustNotBeLocalOrParameter
)) = 0 Then