8 references to AttributeTypeOnly
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Symbols.vb (2)
855
binder.LookupAttributeType(lookupResult, Nothing, idText, LookupOptions.
AttributeTypeOnly
, useSiteInfo)
973
LookupOptions.
AttributeTypeOnly
,
Binding\DocumentationCommentParamBinder.vb (1)
70
LookupOptions.
AttributeTypeOnly
Or
Binding\DocumentationCommentTypeParamBinder.vb (2)
57
If (options And (LookupOptions.LabelsOnly Or LookupOptions.MustBeInstance Or LookupOptions.
AttributeTypeOnly
)) <> 0 Then
80
If (options And (LookupOptions.LabelsOnly Or LookupOptions.MustBeInstance Or LookupOptions.
AttributeTypeOnly
)) <> 0 Then
Binding\LookupOptions.vb (3)
157
Return (options And LookupOptions.
AttributeTypeOnly
) = LookupOptions.
AttributeTypeOnly
183
LookupOptions.
AttributeTypeOnly