2 overrides of ParseExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
30protected override ExpressionSyntax ParseExpression(string text)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertToInterpolatedString\VisualBasicConvertPlaceholderToInterpolatedStringRefactoringProvider.vb (1)
28Protected Overrides Function ParseExpression(text As String) As ExpressionSyntax
1 reference to ParseExpression
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
97if (ParseExpression("$" + stringToken.Text) is not TInterpolatedStringExpressionSyntax interpolatedString)