11 references to Attribute
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\AttributeSemanticModel.vb (1)
58
Case SyntaxKind.
Attribute
Binding\BinderFactory.vb (1)
669
Debug.Assert(node.Kind = SyntaxKind.
Attribute
)
Compilation\SemanticModel.vb (1)
1430
parentSyntax.Kind = SyntaxKind.
Attribute
AndAlso
Compilation\SyntaxTreeSemanticModel.vb (1)
1604
If node.Kind = SyntaxKind.
Attribute
Then
Generated\Syntax.xml.Internal.Generated.vb (2)
37517
Return New AttributeSyntax(SyntaxKind.
Attribute
, target, name, argumentList)
49583
Return New AttributeSyntax(SyntaxKind.
Attribute
, target, name, argumentList, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
12438
Return New AttributeSyntax(SyntaxKind.
Attribute
, Nothing, Nothing, target, name, argumentList)
Generated\Syntax.xml.Syntax.Generated.vb (1)
12147
''' <item><description><see cref="SyntaxKind.
Attribute
"/></description></item>
Semantics\OverloadResolution.vb (1)
3418
If parent.Kind = SyntaxKind.
Attribute
Then
Syntax\SyntaxFacts.vb (2)
98
Case SyntaxKind.
Attribute
643
Case SyntaxKind.
Attribute