60 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)
1425parentSyntax.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)
3779If parent.Kind = SyntaxKind.Attribute Then
Syntax\SyntaxFacts.vb (2)
98Case SyntaxKind.Attribute 643Case SyntaxKind.Attribute
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (6)
src\803dd697347c359e\VisualBasicRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.vb (1)
24SyntaxKind.Attribute)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
635identifierName.Parent.Parent.Parent.IsParentKind(SyntaxKind.Attribute) 1206If node.IsKind(SyntaxKind.Attribute) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
167Public ReadOnly Property Attribute As Integer = SyntaxKind.Attribute Implements ISyntaxKinds.Attribute
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\SpeculationAnalyzer.vb (2)
73node.Kind = SyntaxKind.Attribute OrElse 143Case SyntaxKind.Attribute
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
314ElseIf argumentList.IsParentKind(SyntaxKind.Attribute) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
471targetToken.Parent.Parent.IsKind(SyntaxKind.Attribute) Then
Microsoft.CodeAnalysis.VisualBasic.Features (13)
ChangeSignature\VisualBasicChangeSignatureService.vb (4)
61SyntaxKind.Attribute, 82SyntaxKind.Attribute, 286vbnode.IsKind(SyntaxKind.Attribute) OrElse 393If vbnode.IsKind(SyntaxKind.Attribute) Then
EditAndContinue\SyntaxComparer.vb (2)
856Case SyntaxKind.Attribute 1286Case SyntaxKind.Attribute
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (5)
1180SyntaxKind.Attribute 1586Case SyntaxKind.Attribute 1821Case SyntaxKind.Attribute 1857Case SyntaxKind.Attribute 1879Case SyntaxKind.Attribute
src\803dd697347c359e\VisualBasicRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.vb (1)
24SyntaxKind.Attribute)
UseNamedArguments\VisualBasicUseNamedArgumentsCodeRefactoringProvider.vb (1)
30If argument.Parent.IsParentKind(SyntaxKind.Attribute) Then
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
18Return node.IsKind(SyntaxKind.Attribute)
Microsoft.NetCore.Analyzers\Resources\BasicMarkAssembliesWithNeutralResourcesLanguage.vb (1)
33End Sub, SyntaxKind.Attribute)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (19)
Classification\SyntaxClassification\NameSyntaxClassifier.vb (1)
64Return node.IsParentKind(SyntaxKind.Attribute)
CodeGeneration\VisualBasicSyntaxGenerator.vb (10)
1791Case SyntaxKind.Attribute 1859Case SyntaxKind.Attribute 1880Case SyntaxKind.Attribute 1969Case SyntaxKind.Attribute 2042Case SyntaxKind.Attribute 3217Case SyntaxKind.Attribute 3231Case SyntaxKind.Attribute 3367SyntaxKind.Attribute, 3580Case SyntaxKind.Attribute 3587If IsChildOf(node, SyntaxKind.ArgumentList) AndAlso IsChildOf(node.Parent, SyntaxKind.Attribute) Then
Simplification\Simplifiers\NameSimplifier.vb (1)
368If name.Parent.Kind = SyntaxKind.Attribute OrElse name.IsRightSideOfDot() Then
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
314ElseIf argumentList.IsParentKind(SyntaxKind.Attribute) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
635identifierName.Parent.Parent.Parent.IsParentKind(SyntaxKind.Attribute) 1206If node.IsKind(SyntaxKind.Attribute) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
167Public ReadOnly Property Attribute As Integer = SyntaxKind.Attribute Implements ISyntaxKinds.Attribute
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\SpeculationAnalyzer.vb (2)
73node.Kind = SyntaxKind.Attribute OrElse 143Case SyntaxKind.Attribute
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
471targetToken.Parent.Parent.IsKind(SyntaxKind.Attribute) Then
Roslyn.Diagnostics.VisualBasic.Analyzers (7)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
314ElseIf argumentList.IsParentKind(SyntaxKind.Attribute) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
635identifierName.Parent.Parent.Parent.IsParentKind(SyntaxKind.Attribute) 1206If node.IsKind(SyntaxKind.Attribute) Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
167Public ReadOnly Property Attribute As Integer = SyntaxKind.Attribute Implements ISyntaxKinds.Attribute
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\SpeculationAnalyzer.vb (2)
73node.Kind = SyntaxKind.Attribute OrElse 143Case SyntaxKind.Attribute
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (1)
471targetToken.Parent.Parent.IsKind(SyntaxKind.Attribute) Then