1 implementation of SupportsThrowExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
49
public bool
SupportsThrowExpression
(ParseOptions options)
2 references to SupportsThrowExpression
Microsoft.CodeAnalysis.CodeStyle (2)
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))