Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the short form of an opcode in ILGenerator.EmitWriteLine. (dotnet…
…#59836) `ILGenerator.Emit(short)` does not use short forms if applicable; only the int overload does, but here we can directly use `ldarg.0`.
- Loading branch information