3 references to ERR_ExpressionTreeContainsWithExpression
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2048case ErrorCode.ERR_ExpressionTreeContainsWithExpression:
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
969Error(ErrorCode.ERR_ExpressionTreeContainsWithExpression, node);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RecordTests.cs (1)
741Diagnostic(ErrorCode.ERR_ExpressionTreeContainsWithExpression, "c with { i = 5 }").WithLocation(8, 44)