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