1 override of SemanticFacts
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseThrowExpression\CSharpUseThrowExpressionDiagnosticAnalyzer.cs (1)
18
protected override ISemanticFacts
SemanticFacts
1 reference to SemanticFacts
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseThrowExpression\AbstractUseThrowExpressionDiagnosticAnalyzer.cs (1)
100
if (this.
SemanticFacts
.IsInExpressionTree(semanticModel, throwStatementSyntax, expressionType, cancellationToken))