3 references to AllowMultiple
Microsoft.CodeAnalysis (3)
Symbols\Attributes\AttributeUsageInfo.cs (3)
42
Inherited =
AllowMultiple
<< 1
65
_flags |= PackedAttributeUsage.
AllowMultiple
;
94
return (_flags & PackedAttributeUsage.
AllowMultiple
) != 0;