6 references to MustNotBeReturnValueVariable
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (1)
2473
options = options Or LookupOptions.
MustNotBeReturnValueVariable
Binding\Binder_Lookup.vb (1)
138
If (options And LookupOptions.
MustNotBeReturnValueVariable
) <> 0 Then
Binding\DocumentationCommentCrefBinder.vb (2)
723
LookupOptions.
MustNotBeReturnValueVariable
Or
755
LookupOptions.
MustNotBeReturnValueVariable
Or
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
246
LookupOptions.
MustNotBeReturnValueVariable
Or
Binding\DocumentationCommentTypeParamRefBinder.vb (1)
32
LookupOptions.
MustNotBeReturnValueVariable
Or