6 references to IsThrowExpression
Microsoft.CodeAnalysis.Features (6)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
250
syntaxFacts.
IsThrowExpression
(coalesceExpression.WhenNull.Syntax))
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (3)
165
if (_syntaxFacts.IsThrowStatement(inlineExpression.Parent) || _syntaxFacts.
IsThrowExpression
(inlineExpression))
447
if (_syntaxFacts.
IsThrowExpression
(rawInlineExpression)
525
&& !_syntaxFacts.
IsThrowExpression
(inlineMethodContext.InlineExpression))
ReplaceConditionalWithStatements\AbstractReplaceConditionalWithStatementsCodeRefactoringProvider.cs (1)
296
if (syntaxFacts.
IsThrowExpression
(expression))
src\Analyzers\Core\Analyzers\UseCompoundAssignment\AbstractUseCompoundAssignmentDiagnosticAnalyzer.cs (1)
130
if (_syntaxFacts.
IsThrowExpression
(binaryRight))