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