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