22 references to AttributeTargetSpecifier
Microsoft.CodeAnalysis.CSharp (5)
Syntax.xml.Internal.Generated.cs (4)
31522var cached = CSharpSyntaxNodeCache.TryGetNode((int)SyntaxKind.AttributeTargetSpecifier, identifier, colonToken, this.context, out hash); 31525var result = new AttributeTargetSpecifierSyntax(SyntaxKind.AttributeTargetSpecifier, identifier, colonToken, this.context); 36889var cached = SyntaxNodeCache.TryGetNode((int)SyntaxKind.AttributeTargetSpecifier, identifier, colonToken, out hash); 36892var result = new AttributeTargetSpecifierSyntax(SyntaxKind.AttributeTargetSpecifier, identifier, colonToken);
Syntax.xml.Syntax.Generated.cs (1)
9837/// <item><description><see cref="SyntaxKind.AttributeTargetSpecifier"/></description></item>
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\TokenBasedFormattingRule.cs (1)
413SyntaxKind.AttributeTargetSpecifier or
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
53token.Parent.IsKind(SyntaxKind.AttributeTargetSpecifier))
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2134case SyntaxKind.AttributeTargetSpecifier:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
Parsing\CollectionExpressionParsingTests.cs (4)
328N(SyntaxKind.AttributeTargetSpecifier); 455N(SyntaxKind.AttributeTargetSpecifier); 588N(SyntaxKind.AttributeTargetSpecifier); 16997N(SyntaxKind.AttributeTargetSpecifier);
Parsing\LambdaAttributeParsingTests.cs (3)
645N(SyntaxKind.AttributeTargetSpecifier); 2403N(SyntaxKind.AttributeTargetSpecifier); 2473N(SyntaxKind.AttributeTargetSpecifier);
Parsing\LocalFunctionParsingTests.cs (1)
431N(SyntaxKind.AttributeTargetSpecifier);
Parsing\ScriptParsingTests.cs (2)
2807N(SyntaxKind.AttributeTargetSpecifier); 2824N(SyntaxKind.AttributeTargetSpecifier);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\TokenBasedFormattingRule.cs (1)
413SyntaxKind.AttributeTargetSpecifier or
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
53token.Parent.IsKind(SyntaxKind.AttributeTargetSpecifier))
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\TokenBasedFormattingRule.cs (1)
413SyntaxKind.AttributeTargetSpecifier or
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
53token.Parent.IsKind(SyntaxKind.AttributeTargetSpecifier))