8 references to IsThrowStatement
Microsoft.CodeAnalysis.Features (8)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (3)
84
if (syntaxFacts.
IsThrowStatement
(whenTrueStatement))
197
if (syntaxFacts.
IsThrowStatement
(whenTrueStatement))
243
if (syntaxFacts.
IsThrowStatement
(whenTrueStatement))
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (3)
165
if (_syntaxFacts.
IsThrowStatement
(inlineExpression.Parent) || _syntaxFacts.IsThrowExpression(inlineExpression))
440
if (_syntaxFacts.
IsThrowStatement
(rawInlineExpression.Parent)
504
if (_syntaxFacts.
IsThrowStatement
(rawInlineExpression.Parent))
ReplaceConditionalWithStatements\AbstractReplaceConditionalWithStatementsCodeRefactoringProvider.cs (1)
51
syntaxFacts.
IsThrowStatement
(statement) ||
UseCoalesceExpressionForIfNullStatementCheckCodeFixProvider.cs (1)
70
else if (syntaxFacts.
IsThrowStatement
(whenTrueStatement))