14 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (14)
Lowering\StateMachineRewriter\SynthesizedContainer.vb (1)
188
Friend NotOverridable Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
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_ComClass.vb (1)
848
Friend Overrides Function
GetAttributeUsageInfo
() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2215
Friend NotOverridable 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
15 references to GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (15)
Compilation\ClsComplianceChecker.vb (2)
225
Dim attributeUsage As AttributeUsageInfo = attribute.AttributeClass.
GetAttributeUsageInfo
()
775
isAttributeInherited = attributeData.AttributeClass.
GetAttributeUsageInfo
().Inherited
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_ComClass.vb (1)
1346
Dim attributeUsage = attrData.AttributeClass.
GetAttributeUsageInfo
()
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2223
Return If(baseType IsNot Nothing, baseType.
GetAttributeUsageInfo
(), AttributeUsageInfo.Default)
Symbols\Source\SynthesizedFieldSymbol.vb (1)
67
(attributeType.
GetAttributeUsageInfo
().ValidTargets And System.AttributeTargets.Field) <> 0 Then
Symbols\SubstitutedNamedType.vb (1)
199
Return OriginalDefinition.
GetAttributeUsageInfo
()
Symbols\Symbol_Attributes.vb (1)
511
Dim attributeUsage As AttributeUsageInfo = attributeType.
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\WellKnownMembers.vb (1)
109
Dim attributeUsage As AttributeUsageInfo = attributeCtor.ContainingType.
GetAttributeUsageInfo
()
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
210
Return Me._underlyingType.
GetAttributeUsageInfo
()