13 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
228Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
204Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\ErrorTypeSymbol.vb (1)
294Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1471Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
180Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
38Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2184Friend NotOverridable Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
846Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\SubstitutedNamedType.vb (1)
198Friend NotOverridable Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
317Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
222Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\UnboundGenericType.vb (1)
189Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
209Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
11 references to GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (11)
Emit\AttributeDataAdapter.vb (1)
61Return Me.AttributeClass.GetAttributeUsageInfo().AllowMultiple
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1488Return If(baseType IsNot Nothing, baseType.GetAttributeUsageInfo(), AttributeUsageInfo.Default)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
181Return _underlyingType.GetAttributeUsageInfo()
Symbols\Source\SourceAssemblySymbol.vb (1)
244If attributeClass.GetAttributeUsageInfo().AllowMultiple Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2192Return If(baseType IsNot Nothing, baseType.GetAttributeUsageInfo(), AttributeUsageInfo.Default)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1344Dim attributeUsage = attrData.AttributeClass.GetAttributeUsageInfo()
Symbols\Source\SynthesizedFieldSymbol.vb (1)
67(attributeType.GetAttributeUsageInfo().ValidTargets And System.AttributeTargets.Field) <> 0 Then
Symbols\SubstitutedNamedType.vb (1)
199Return OriginalDefinition.GetAttributeUsageInfo()
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (1)
129(attributeType.GetAttributeUsageInfo().ValidTargets And System.AttributeTargets.Field) <> 0 Then
Symbols\UnboundGenericType.vb (1)
190Return OriginalDefinition.GetAttributeUsageInfo()
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
210Return Me._underlyingType.GetAttributeUsageInfo()