Base:
method
GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.GetAttributeUsageInfo()
6 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedEmbeddedLifetimeAnnotationAttributeSymbol.cs (1)
30internal override AttributeUsageInfo GetAttributeUsageInfo() =>
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
64internal override AttributeUsageInfo GetAttributeUsageInfo()
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
68internal override AttributeUsageInfo GetAttributeUsageInfo()
Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs (1)
52internal override AttributeUsageInfo GetAttributeUsageInfo()
Symbols\Synthesized\SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs (1)
52internal override AttributeUsageInfo GetAttributeUsageInfo()
Symbols\Synthesized\SynthesizedEmbeddedRefSafetyRulesAttributeSymbol.cs (1)
47internal override AttributeUsageInfo GetAttributeUsageInfo()
1 reference to GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
189var usageInfo = GetAttributeUsageInfo();