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