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
We should resolve by either emitting an error at the interception (which feels unfortunate, but consistent with extension method calls), or by creating a temp during lowering.
Note that the shipped release-mode behavior here is to create a temp in the emit layer and do the call.
We should resolve by either emitting an error at the interception (which feels unfortunate, but consistent with extension method calls), or by creating a temp during lowering.
Note that the shipped release-mode behavior here is to create a temp in the emit layer and do the call.
roslyn/src/Compilers/CSharp/Portable/CodeGen/EmitExpression.cs
Line 722 in 1c88444
The text was updated successfully, but these errors were encountered: