4 references to ERR_ExpressionTreeContainsOutVariable
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1813or ErrorCode.ERR_ExpressionTreeContainsOutVariable
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
534Error(ErrorCode.ERR_ExpressionTreeContainsOutVariable, local);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\OutVarTests.cs (1)
13057Diagnostic(ErrorCode.ERR_ExpressionTreeContainsOutVariable, "int x1").WithLocation(13, 46)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
24556Diagnostic(ErrorCode.ERR_ExpressionTreeContainsOutVariable, "int x").WithLocation(10, 59),