4 references to AttributeTypeOnly
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Symbols.cs (1)
1076
return isVerbatimIdentifier ? LookupOptions.VerbatimNameAttributeTypeOnly : LookupOptions.
AttributeTypeOnly
;
Binder\LookupOptions.cs (3)
92
VerbatimNameAttributeTypeOnly = (1 << 12) |
AttributeTypeOnly
,
200
return (options & LookupOptions.
AttributeTypeOnly
) == LookupOptions.
AttributeTypeOnly
;