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()
2 references to GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEAssemblyBuilder.cs (1)
563if (symbol.GetAttributeUsageInfo() != AttributeUsageInfo.Default)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
187var usageInfo = GetAttributeUsageInfo();