48 references to InterpolatedStringEndToken
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser_InterpolatedString.cs (2)
245Lexer.InterpolatedStringKind.Normal => SyntaxKind.InterpolatedStringEndToken, 246Lexer.InterpolatedStringKind.Verbatim => SyntaxKind.InterpolatedStringEndToken,
Syntax\InterpolatedStringExpressionSyntax.cs (2)
12=> InterpolatedStringExpression(stringStartToken, Token(SyntaxKind.InterpolatedStringEndToken)); 15=> InterpolatedStringExpression(stringStartToken, contents, Token(SyntaxKind.InterpolatedStringEndToken));
Syntax\SyntaxKindFacts.cs (2)
239case SyntaxKind.InterpolatedStringEndToken: 1773case SyntaxKind.InterpolatedStringEndToken:
Syntax\SyntaxNormalizer.cs (1)
1266|| kind == SyntaxKind.InterpolatedStringEndToken
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
44public static readonly SyntaxToken InterpolatedStringEndToken = Token(SyntaxKind.InterpolatedStringEndToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTreeExtensions.cs (1)
418SyntaxKind.InterpolatedStringEndToken or
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\SpacingFormattingRule.cs (1)
480if (currentKind is SyntaxKind.InterpolatedStringEndToken or
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
491case SyntaxKind.InterpolatedStringEndToken:
Microsoft.CodeAnalysis.CSharp.Features (3)
BraceCompletion\InterpolatedStringBraceCompletionService.cs (1)
40=> rightToken.IsKind(SyntaxKind.InterpolatedStringEndToken);
BraceMatching\StringLiteralBraceMatcher.cs (1)
48else if (token.IsKind(SyntaxKind.InterpolatedStringEndToken))
SplitStringLiteral\StringSplitter.cs (1)
61if (token.Kind() is SyntaxKind.InterpolatedStringTextToken or SyntaxKind.InterpolatedStringEndToken ||
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (27)
Generated\Syntax.Test.xml.Generated.cs (4)
263=> InternalSyntaxFactory.InterpolatedStringExpression(InternalSyntaxFactory.Token(SyntaxKind.InterpolatedStringStartToken), new Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList<Syntax.InternalSyntax.InterpolatedStringContentSyntax>(), InternalSyntaxFactory.Token(SyntaxKind.InterpolatedStringEndToken)); 1738Assert.Equal(SyntaxKind.InterpolatedStringEndToken, node.StringEndToken.Kind); 10440=> SyntaxFactory.InterpolatedStringExpression(SyntaxFactory.Token(SyntaxKind.InterpolatedStringStartToken), new SyntaxList<InterpolatedStringContentSyntax>(), SyntaxFactory.Token(SyntaxKind.InterpolatedStringEndToken)); 11915Assert.Equal(SyntaxKind.InterpolatedStringEndToken, node.StringEndToken.Kind());
Parsing\CollectionExpressionParsingTests.cs (6)
7373N(SyntaxKind.InterpolatedStringEndToken); 7399N(SyntaxKind.InterpolatedStringEndToken); 17733M(SyntaxKind.InterpolatedStringEndToken); 17815M(SyntaxKind.InterpolatedStringEndToken); 17984M(SyntaxKind.InterpolatedStringEndToken); 18074M(SyntaxKind.InterpolatedStringEndToken);
Parsing\ExpressionParsingTests.cs (11)
55N(SyntaxKind.InterpolatedStringEndToken); 225N(SyntaxKind.InterpolatedStringEndToken); 251N(SyntaxKind.InterpolatedStringEndToken); 291N(SyntaxKind.InterpolatedStringEndToken); 299N(SyntaxKind.InterpolatedStringEndToken); 337N(SyntaxKind.InterpolatedStringEndToken); 345N(SyntaxKind.InterpolatedStringEndToken); 417N(SyntaxKind.InterpolatedStringEndToken); 4991N(SyntaxKind.InterpolatedStringEndToken); 5024N(SyntaxKind.InterpolatedStringEndToken); 5066N(SyntaxKind.InterpolatedStringEndToken);
Parsing\Utf8StringLiteralsParsingTests.cs (6)
523N(SyntaxKind.InterpolatedStringEndToken); 544N(SyntaxKind.InterpolatedStringEndToken); 565N(SyntaxKind.InterpolatedStringEndToken); 586N(SyntaxKind.InterpolatedStringEndToken); 740N(SyntaxKind.InterpolatedStringEndToken); 934N(SyntaxKind.InterpolatedStringEndToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
Classification\ClassificationHelpers.cs (2)
150or SyntaxKind.InterpolatedStringEndToken 174case SyntaxKind.InterpolatedStringEndToken:
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeGeneration\CSharpSyntaxTokens.cs (1)
44public static readonly SyntaxToken InterpolatedStringEndToken = Token(SyntaxKind.InterpolatedStringEndToken);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTreeExtensions.cs (1)
418SyntaxKind.InterpolatedStringEndToken or
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Rules\SpacingFormattingRule.cs (1)
480if (currentKind is SyntaxKind.InterpolatedStringEndToken or
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
491case SyntaxKind.InterpolatedStringEndToken:
Microsoft.VisualStudio.LanguageServices.CSharp (1)
LanguageService\CSharpHelpContextService.cs (1)
115or SyntaxKind.InterpolatedStringEndToken