13 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
229
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
205
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\ErrorTypeSymbol.vb (1)
295
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1472
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
180
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
39
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2185
Friend NotOverridable Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
848
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\SubstitutedNamedType.vb (1)
198
Friend NotOverridable Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
318
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
223
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\UnboundGenericType.vb (1)
190
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
209
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
11 references to GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Emit\AttributeDataAdapter.vb (1)
61
Return Me.AttributeClass.
GetAttributeUsageInfo
().AllowMultiple
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1489
Return If(baseType IsNot Nothing, baseType.
GetAttributeUsageInfo
(), AttributeUsageInfo.Default)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
181
Return _underlyingType.
GetAttributeUsageInfo
()
Symbols\Source\SourceAssemblySymbol.vb (1)
245
If attributeClass.
GetAttributeUsageInfo
().AllowMultiple Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2193
Return If(baseType IsNot Nothing, baseType.
GetAttributeUsageInfo
(), AttributeUsageInfo.Default)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1346
Dim attributeUsage = attrData.AttributeClass.
GetAttributeUsageInfo
()
Symbols\Source\SynthesizedFieldSymbol.vb (1)
67
(attributeType.
GetAttributeUsageInfo
().ValidTargets And System.AttributeTargets.Field) <> 0 Then
Symbols\SubstitutedNamedType.vb (1)
199
Return OriginalDefinition.
GetAttributeUsageInfo
()
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (1)
129
(attributeType.
GetAttributeUsageInfo
().ValidTargets And System.AttributeTargets.Field) <> 0 Then
Symbols\UnboundGenericType.vb (1)
191
Return OriginalDefinition.
GetAttributeUsageInfo
()
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
210
Return Me._underlyingType.
GetAttributeUsageInfo
()