2 overrides of ParseExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
33protected override SyntaxNode ParseExpression(string text)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplaceDocCommentTextWithTag\VisualBasicReplaceDocCommentTextWithTagCodeRefactoringProvider.vb (1)
34Protected Overrides Function ParseExpression(text As String) As SyntaxNode
1 reference to ParseExpression
Microsoft.CodeAnalysis.Features (1)
ReplaceDocCommentTextWithTag\AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
116var parsed = ParseExpression(text);