6 references to Inherited
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
200
moduleBuilder.Compilation.SynthesizeAttributeUsageAttribute(usageInfo.ValidTargets, usageInfo.AllowMultiple, usageInfo.
Inherited
));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Attributes\AttributeTests_NativeInteger.cs (1)
1467
Assert.False(attributeUsage.
Inherited
);
Attributes\AttributeTests_Nullable.cs (1)
4975
Assert.False(attributeUsage.
Inherited
);
Attributes\AttributeTests_NullableContext.cs (1)
210
Assert.False(attributeUsage.
Inherited
);
Attributes\AttributeTests_NullablePublicOnly.cs (1)
506
Assert.False(attributeUsage.
Inherited
);
Attributes\AttributeTests_WellKnownAttributes.cs (1)
5170
Assert.True(attributeUsage.
Inherited
);