13 overrides of GetAttributeUsageInfo
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\AnonymousTypes\PublicSymbols\AnonymousTypeOrDelegatePublicSymbol.vb (1)
229Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
205Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\ErrorTypeSymbol.vb (1)
295Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1472Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
180Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Source\ImplicitNamedTypeSymbol.vb (1)
39Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2185Friend NotOverridable Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
848Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\SubstitutedNamedType.vb (1)
198Friend NotOverridable Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
318Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionSymbol.vb (1)
223Friend Overrides Function GetAttributeUsageInfo() As AttributeUsageInfo
Symbols\UnboundGenericType.vb (1)
190Friend 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)
1489Return If(baseType IsNot Nothing, baseType.GetAttributeUsageInfo(), AttributeUsageInfo.Default)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
181Return _underlyingType.GetAttributeUsageInfo()
Symbols\Source\SourceAssemblySymbol.vb (1)
245If attributeClass.GetAttributeUsageInfo().AllowMultiple Then
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2193Return If(baseType IsNot Nothing, baseType.GetAttributeUsageInfo(), AttributeUsageInfo.Default)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1346Dim 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)
191Return OriginalDefinition.GetAttributeUsageInfo()
Symbols\Wrapped\WrappedNamedTypeSymbol.vb (1)
210Return Me._underlyingType.GetAttributeUsageInfo()