You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SerializationInfoEnumerator implements IEnumerator but not IDisposable, so the compiler doesn't generate a using statement / try-finally block.
I think currently our foreach pattern only tries to match using statements.
ILSpy version 5.0.0.4970-preview3
method decompiled with while but foreach expected
please also ref to very similar method
CompositeDevices(IEnumerable col)
that decompiled to foreach!
target: #1601
PS this assemlby has a lot of other locations that are decompiled to while loop instead of much more expected foreach!
The text was updated successfully, but these errors were encountered: