9 references to ERR_AddressOfInIterator
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.ValueChecks.cs (1)
1310Error(diagnostics, ErrorCode.ERR_AddressOfInIterator, node);
Errors\ErrorFacts.cs (1)
2458or ErrorCode.ERR_AddressOfInIterator
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\SemanticErrorTests.cs (1)
15465Diagnostic(ErrorCode.ERR_AddressOfInIterator, "i").WithLocation(9, 20),
Semantics\UnsafeTests.cs (6)
443Diagnostic(ErrorCode.ERR_AddressOfInIterator, "x").WithLocation(8, 23) 490Diagnostic(ErrorCode.ERR_AddressOfInIterator, "x").WithLocation(7, 23) 563Diagnostic(ErrorCode.ERR_AddressOfInIterator, "s.F").WithLocation(12, 23)); 746Diagnostic(ErrorCode.ERR_AddressOfInIterator, "x").WithLocation(8, 23), 749Diagnostic(ErrorCode.ERR_AddressOfInIterator, "x").WithLocation(14, 23), 752Diagnostic(ErrorCode.ERR_AddressOfInIterator, "x").WithLocation(20, 23)