6 references to ERR_ExpressionTreeContainsThrowExpression
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1806
or ErrorCode.
ERR_ExpressionTreeContainsThrowExpression
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
1091
Error(ErrorCode.
ERR_ExpressionTreeContainsThrowExpression
, node);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\SemanticErrorTests.cs (4)
24781
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsThrowExpression
, "throw null").WithLocation(13, 54),
24784
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsThrowExpression
, "throw null").WithLocation(14, 53),
24787
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsThrowExpression
, "throw null").WithLocation(15, 57),
24790
Diagnostic(ErrorCode.
ERR_ExpressionTreeContainsThrowExpression
, "throw null").WithLocation(16, 49)