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