8 references to IsThrowStatement
Microsoft.CodeAnalysis.Features (8)
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (3)
165if (_syntaxFacts.IsThrowStatement(inlineExpression.Parent) || _syntaxFacts.IsThrowExpression(inlineExpression)) 439if (_syntaxFacts.IsThrowStatement(rawInlineExpression.Parent) 503if (_syntaxFacts.IsThrowStatement(rawInlineExpression.Parent))
ReplaceConditionalWithStatements\AbstractReplaceConditionalWithStatementsCodeRefactoringProvider.cs (1)
48syntaxFacts.IsThrowStatement(statement) ||
src\Analyzers\Core\Analyzers\UseCoalesceExpression\AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (3)
75if (syntaxFacts.IsThrowStatement(whenTrueStatement)) 193if (syntaxFacts.IsThrowStatement(whenTrueStatement)) 239if (syntaxFacts.IsThrowStatement(whenTrueStatement))
src\Analyzers\Core\CodeFixes\UseCoalesceExpression\AbstractUseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
86else if (syntaxFacts.IsThrowStatement(whenTrueStatement))