4 references to GetAsyncEnumeratorMethodName
Microsoft.CodeAnalysis.CSharp (4)
Binder\ForEachLoopBinder.cs (4)
735collectionExprType, isAsync ? GetAsyncEnumeratorMethodName : GetEnumeratorMethodName); 811diagnostics.Add(ErrorCode.ERR_AwaitForEachMissingMember, _syntax.Expression.Location, unwrappedCollectionExprType, GetAsyncEnumeratorMethodName); 914diagnostics.Add(ErrorCode.ERR_AwaitForEachMissingMember, _syntax.Expression.Location, unwrappedCollectionExprType, GetAsyncEnumeratorMethodName); 1120string methodName = isAsync ? GetAsyncEnumeratorMethodName : GetEnumeratorMethodName;