3 references to AttributeArgument
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
93
get { return this.Flags.Includes(BinderFlags.
AttributeArgument
); }
Binder\LocalBinderFactory.cs (1)
481
var attrBinder = new ExpressionVariableBinder(node, _enclosing.WithAdditionalFlags(BinderFlags.
AttributeArgument
));
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
1332
if (binder.Flags.HasFlag(BinderFlags.
AttributeArgument
) && !type.IsSZArray())