2 references to GetUnparenthesizedExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpSelectionResult.ExpressionResult.cs (1)
97var expression = node.GetUnparenthesizedExpression();
ExtractMethod\Extensions.cs (1)
29return GetUnparenthesizedExpression(parenthesizedExpression.Expression);