8 implementations of IAttributeTargetSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceAssemblySymbol.vb (1)
29Implements ISourceAssemblySymbol, ISourceAssemblySymbolInternal, IAttributeTargetSymbol
Symbols\Source\SourceEventSymbol.vb (1)
18Implements IAttributeTargetSymbol
Symbols\Source\SourceFieldSymbol.vb (1)
20Implements IAttributeTargetSymbol
Symbols\Source\SourceMethodSymbol.vb (1)
24Implements IAttributeTargetSymbol
Symbols\Source\SourceModuleSymbol.vb (1)
24Implements IAttributeTargetSymbol
Symbols\Source\SourceNamedTypeSymbol.vb (1)
26Implements IAttributeTargetSymbol
Symbols\Source\SourceParameterSymbol.vb (1)
14Implements IAttributeTargetSymbol
Symbols\Source\SourcePropertySymbol.vb (1)
23Implements IAttributeTargetSymbol
10 references to IAttributeTargetSymbol
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\SourceAssemblySymbol.vb (1)
466Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourceEventSymbol.vb (1)
582Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourceFieldSymbol.vb (1)
613Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourceMethodSymbol.vb (1)
1383Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourceModuleSymbol.vb (1)
220Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1793Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourceParameterSymbol.vb (1)
169Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Source\SourcePropertySymbol.vb (1)
465Public ReadOnly Property DefaultAttributeLocation As AttributeLocation Implements IAttributeTargetSymbol.DefaultAttributeLocation
Symbols\Symbol_Attributes.vb (2)
304Dim attributeTarget = DirectCast(Me, IAttributeTargetSymbol) 364Private Shared Function MatchAttributeTarget(attributeTarget As IAttributeTargetSymbol, symbolPart As AttributeLocation, targetOpt As AttributeTargetSyntax) As Boolean