5 references to ERR_ExpressionTreeContainsDiscard
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1759case ErrorCode.ERR_ExpressionTreeContainsDiscard:
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
462Error(ErrorCode.ERR_ExpressionTreeContainsDiscard, argument);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\SemanticErrorTests.cs (3)
24318Diagnostic(ErrorCode.ERR_ExpressionTreeContainsDiscard, "int _").WithLocation(30, 59), 24321Diagnostic(ErrorCode.ERR_ExpressionTreeContainsDiscard, "var _").WithLocation(31, 59), 24333Diagnostic(ErrorCode.ERR_ExpressionTreeContainsDiscard, "_").WithLocation(36, 60)