2 overrides of GetThrowStatementExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
SpeculationAnalyzer.cs (1)
638
protected override ExpressionSyntax
GetThrowStatementExpression
(ThrowStatementSyntax throwStatement)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SpeculationAnalyzer.vb (1)
531
Protected Overrides Function
GetThrowStatementExpression
(throwStatement As ThrowStatementSyntax) As ExpressionSyntax
2 references to GetThrowStatementExpression
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractSpeculationAnalyzer.cs (2)
804
var originalThrowExpression =
GetThrowStatementExpression
(originalThrowStatement);
806
var newThrowExpression =
GetThrowStatementExpression
(newThrowStatement);