4 references to AllowMultiple
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\AttributeDataAdapter.cs (1)
96
get { return this.AttributeClass.GetAttributeUsageInfo().
AllowMultiple
; }
Symbols\Source\SourceAssemblySymbol.cs (1)
1228
if (attributeClass.GetAttributeUsageInfo().
AllowMultiple
)
Symbols\Symbol_Attributes.cs (1)
918
if (!uniqueAttributeTypes.Add(attributeType.OriginalDefinition) && !attributeUsageInfo.
AllowMultiple
)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
207
moduleBuilder.Compilation.SynthesizeAttributeUsageAttribute(usageInfo.ValidTargets, usageInfo.
AllowMultiple
, usageInfo.Inherited));