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