6 references to ERR_YieldInAnonMeth
Microsoft.CodeAnalysis.CSharp (2)
Binder\WithLambdaParametersBinder.cs (1)
82diagnostics.Add(ErrorCode.ERR_YieldInAnonMeth, node.YieldKeyword.GetLocation());
Errors\ErrorFacts.cs (1)
1220case ErrorCode.ERR_YieldInAnonMeth:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\IteratorTests.cs (1)
105Diagnostic(ErrorCode.ERR_YieldInAnonMeth, "yield").WithLocation(8, 44)
Semantics\SemanticErrorTests.cs (3)
15081Diagnostic(ErrorCode.ERR_YieldInAnonMeth, "yield"), 23776Diagnostic(ErrorCode.ERR_YieldInAnonMeth, "yield"), 23785Diagnostic(ErrorCode.ERR_YieldInAnonMeth, "yield"));