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