1 implementation of GetExpressionOfThrowExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1696
public SyntaxNode
GetExpressionOfThrowExpression
(SyntaxNode node)
2 references to GetExpressionOfThrowExpression
Microsoft.CodeAnalysis.Features (2)
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (1)
459
.ThrowStatement(_syntaxFacts.
GetExpressionOfThrowExpression
(inlineMethodContext.InlineExpression));
ReplaceConditionalWithStatements\AbstractReplaceConditionalWithStatementsCodeRefactoringProvider.cs (1)
297
return generator.ThrowStatement(syntaxFacts.
GetExpressionOfThrowExpression
(expression));