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