11 references to Attribute
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\AttributeSemanticModel.vb (1)
58Case SyntaxKind.Attribute
Binding\BinderFactory.vb (1)
669Debug.Assert(node.Kind = SyntaxKind.Attribute)
Compilation\SemanticModel.vb (1)
1430parentSyntax.Kind = SyntaxKind.Attribute AndAlso
Compilation\SyntaxTreeSemanticModel.vb (1)
1604If node.Kind = SyntaxKind.Attribute Then
Generated\Syntax.xml.Internal.Generated.vb (2)
37517Return New AttributeSyntax(SyntaxKind.Attribute, target, name, argumentList) 49583Return New AttributeSyntax(SyntaxKind.Attribute, target, name, argumentList, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
12438Return 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)
3418If parent.Kind = SyntaxKind.Attribute Then
Syntax\SyntaxFacts.vb (2)
98Case SyntaxKind.Attribute 643Case SyntaxKind.Attribute