13 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
222
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
198
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\ErrorTypeSymbol.vb (1)
288
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1457
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
174
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
38
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2136
Friend NotOverridable Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
840
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\SubstitutedNamedType.vb (1)
192
Friend NotOverridable Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
311
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
216
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\UnboundGenericType.vb (1)
183
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
209
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
9 references to GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (9)
Emit\AttributeDataAdapter.vb (1)
61
Return Me.AttributeClass.
GetAttributeUsageInfo
().AllowMultiple
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1474
Return If(baseType IsNot Nothing, baseType.
GetAttributeUsageInfo
(), AttributeUsageInfo.Default)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
175
Return _underlyingType.
GetAttributeUsageInfo
()
Symbols\Source\SourceAssemblySymbol.vb (1)
244
If attributeClass.
GetAttributeUsageInfo
().AllowMultiple Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2144
Return If(baseType IsNot Nothing, baseType.
GetAttributeUsageInfo
(), AttributeUsageInfo.Default)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1334
Dim attributeUsage = attrData.AttributeClass.
GetAttributeUsageInfo
()
Symbols\SubstitutedNamedType.vb (1)
193
Return OriginalDefinition.
GetAttributeUsageInfo
()
Symbols\UnboundGenericType.vb (1)
184
Return OriginalDefinition.
GetAttributeUsageInfo
()
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
210
Return Me._underlyingType.
GetAttributeUsageInfo
()