Base:
method
GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp.Symbols.NamedTypeSymbol.GetAttributeUsageInfo()
6 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Synthesized\SynthesizedEmbeddedLifetimeAnnotationAttributeSymbol.cs (1)
30
internal override AttributeUsageInfo
GetAttributeUsageInfo
() =>
Symbols\Synthesized\SynthesizedEmbeddedNativeIntegerAttributeSymbol.cs (1)
64
internal override AttributeUsageInfo
GetAttributeUsageInfo
()
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
68
internal override AttributeUsageInfo
GetAttributeUsageInfo
()
Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs (1)
52
internal override AttributeUsageInfo
GetAttributeUsageInfo
()
Symbols\Synthesized\SynthesizedEmbeddedNullablePublicOnlyAttributeSymbol.cs (1)
52
internal override AttributeUsageInfo
GetAttributeUsageInfo
()
Symbols\Synthesized\SynthesizedEmbeddedRefSafetyRulesAttributeSymbol.cs (1)
47
internal override AttributeUsageInfo
GetAttributeUsageInfo
()
2 references to GetAttributeUsageInfo
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEAssemblyBuilder.cs (1)
563
if (symbol.
GetAttributeUsageInfo
() != AttributeUsageInfo.Default)
Symbols\Synthesized\SynthesizedEmbeddedAttributeSymbol.cs (1)
187
var usageInfo =
GetAttributeUsageInfo
();