9 references to AttributeUsageInfo
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (1)
1565
usageInfo = new
AttributeUsageInfo
((AttributeTargets)validOn, allowMultiple, inherited);
Symbols\Attributes\AttributeUsageInfo.cs (1)
53
internal static readonly AttributeUsageInfo Default = new
AttributeUsageInfo
(validTargets: AttributeTargets.All, allowMultiple: false, inherited: true);
Symbols\Attributes\CommonAttributeData.cs (1)
583
return new
AttributeUsageInfo
(validOn, allowMultiple, inherited);
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedEmbeddedLifetimeAnnotationAttributeSymbol.cs (1)
31
new
AttributeUsageInfo
(AttributeTargets.Parameter, allowMultiple: false, inherited: false);
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
66
return new
AttributeUsageInfo
(
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
70
return new
AttributeUsageInfo
(
Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs (1)
54
return new
AttributeUsageInfo
(
Symbols\Synthesized\SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs (1)
54
return new
AttributeUsageInfo
(AttributeTargets.Module, allowMultiple: false, inherited: false);
Symbols\Synthesized\SynthesizedEmbeddedRefSafetyRulesAttributeSymbol.cs (1)
49
return new
AttributeUsageInfo
(AttributeTargets.Module, allowMultiple: false, inherited: false);