27 references to Interpolation
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_InterpolatedString.vb (1)
25Case SyntaxKind.Interpolation
Generated\Syntax.xml.Internal.Generated.vb (2)
53574Return New InterpolationSyntax(SyntaxKind.Interpolation, openBraceToken, expression, alignmentClause, formatClause, closeBraceToken) 65652Return New InterpolationSyntax(SyntaxKind.Interpolation, openBraceToken, expression, alignmentClause, formatClause, closeBraceToken, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
42565Return New InterpolationSyntax(SyntaxKind.Interpolation, Nothing, Nothing, DirectCast(openBraceToken.Node, InternalSyntax.PunctuationSyntax), expression, alignmentClause, formatClause, DirectCast(closeBraceToken.Node, InternalSyntax.PunctuationSyntax))
Generated\Syntax.xml.Syntax.Generated.vb (1)
35623''' <item><description><see cref="SyntaxKind.Interpolation"/></description></item>
Syntax\SyntaxFacts.vb (2)
852If parentKind = SyntaxKind.Interpolation Then 1068If parentKind = SyntaxKind.Interpolation Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (8)
AdjustSpaceFormattingRule.vb (4)
233If (currentToken.Kind = SyntaxKind.OpenBraceToken AndAlso currentToken.Parent.IsKind(SyntaxKind.Interpolation)) OrElse 234(previousToken.Kind = SyntaxKind.CloseBraceToken AndAlso previousToken.Parent.IsKind(SyntaxKind.Interpolation)) Then 239If (previousToken.Kind = SyntaxKind.OpenBraceToken AndAlso previousToken.Parent.IsKind(SyntaxKind.Interpolation)) OrElse 240(currentToken.Kind = SyntaxKind.CloseBraceToken AndAlso currentToken.Parent.IsKind(SyntaxKind.Interpolation)) Then
CastAnalyzer.vb (1)
229_castNode.WalkUpParentheses().IsParentKind(SyntaxKind.Interpolation) Then
ParenthesizedExpressionSyntaxExtensions.vb (1)
138If node.IsParentKind(SyntaxKind.Interpolation) Then
SpeculationAnalyzer.vb (1)
381ElseIf currentOriginalNode.Kind = SyntaxKind.Interpolation Then
VisualBasicSyntaxKinds.vb (1)
164Public ReadOnly Property Interpolation As Integer = SyntaxKind.Interpolation Implements ISyntaxKinds.Interpolation
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicIndentationService.Indenter.vb (1)
159(containingToken.IsKind(SyntaxKind.CloseBraceToken) AndAlso token.Parent.IsKind(SyntaxKind.Interpolation)) Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
BraceCompletion\InterpolationBraceCompletionService.vb (2)
41(token.IsKind(SyntaxKind.CloseBraceToken) AndAlso token.Parent.IsKind(SyntaxKind.Interpolation)) 69(token.IsKind(SyntaxKind.CloseBraceToken) AndAlso token.Parent.IsKind(SyntaxKind.Interpolation))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (9)
CastAnalyzer.vb (1)
229_castNode.WalkUpParentheses().IsParentKind(SyntaxKind.Interpolation) Then
Formatting\Rules\AdjustSpaceFormattingRule.vb (4)
233If (currentToken.Kind = SyntaxKind.OpenBraceToken AndAlso currentToken.Parent.IsKind(SyntaxKind.Interpolation)) OrElse 234(previousToken.Kind = SyntaxKind.CloseBraceToken AndAlso previousToken.Parent.IsKind(SyntaxKind.Interpolation)) Then 239If (previousToken.Kind = SyntaxKind.OpenBraceToken AndAlso previousToken.Parent.IsKind(SyntaxKind.Interpolation)) OrElse 240(currentToken.Kind = SyntaxKind.CloseBraceToken AndAlso currentToken.Parent.IsKind(SyntaxKind.Interpolation)) Then
ParenthesizedExpressionSyntaxExtensions.vb (1)
138If node.IsParentKind(SyntaxKind.Interpolation) Then
SpeculationAnalyzer.vb (1)
381ElseIf currentOriginalNode.Kind = SyntaxKind.Interpolation Then
VisualBasicIndentationService.Indenter.vb (1)
159(containingToken.IsKind(SyntaxKind.CloseBraceToken) AndAlso token.Parent.IsKind(SyntaxKind.Interpolation)) Then
VisualBasicSyntaxKinds.vb (1)
164Public ReadOnly Property Interpolation As Integer = SyntaxKind.Interpolation Implements ISyntaxKinds.Interpolation