1 override of ParseExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
26protected override ExpressionSyntax ParseExpression(string text)
1 reference to ParseExpression
Microsoft.CodeAnalysis.Features (1)
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
103if (ParseExpression("$" + stringToken.Text) is not TInterpolatedStringExpressionSyntax interpolatedString)