Base:
method
GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.GetAttributeUsageInfo()
7 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Synthesized\SynthesizedEmbeddedExtensionMarkerNameAttributeSymbol.cs (1)
35internal override AttributeUsageInfo GetAttributeUsageInfo()
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)
198var usageInfo = GetAttributeUsageInfo();