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