3 references to FailedNotReported
Microsoft.CodeAnalysis.CSharp (3)
Binder\ForEachLoopBinder.cs (3)
815
if (SatisfiesIEnumerableInterfaces(ref builder, unwrappedCollectionExpr, isAsync, diagnostics, unwrappedCollectionExprType) is not EnumeratorResult.
FailedNotReported
and var result)
842
return EnumeratorResult.
FailedNotReported
;
873
return EnumeratorResult.
FailedNotReported
;