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