4 references to ERR_BadAllowByRefLikeEnumerator
Microsoft.CodeAnalysis.CSharp (2)
Binder\ForEachLoopBinder.cs (1)
1276
Error(diagnostics, ErrorCode.
ERR_BadAllowByRefLikeEnumerator
, expr.Syntax, enumeratorType);
Errors\ErrorFacts.cs (1)
2461
or ErrorCode.
ERR_BadAllowByRefLikeEnumerator
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
RefStructInterfacesTests.cs (2)
11602
Diagnostic(ErrorCode.
ERR_BadAllowByRefLikeEnumerator
, "t").WithArguments("TEnumerator").WithLocation(58, 27)
11697
Diagnostic(ErrorCode.
ERR_BadAllowByRefLikeEnumerator
, "t").WithArguments("TEnumerator").WithLocation(53, 27)