1 implementation of SupportsThrowExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
49
public bool
SupportsThrowExpression
(ParseOptions options)
3 references to SupportsThrowExpression
Microsoft.CodeAnalysis.Features (3)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
901
if (!syntaxFacts.
SupportsThrowExpression
(syntaxTree.Options))
src\Analyzers\Core\Analyzers\UseCoalesceExpression\AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
77
if (!syntaxFacts.
SupportsThrowExpression
(ifStatement.SyntaxTree.Options))
src\Analyzers\Core\Analyzers\UseConditionalExpression\UseConditionalExpressionHelpers.cs (1)
106
if (!syntaxFacts.
SupportsThrowExpression
(anyThrow.Syntax.SyntaxTree.Options))