List Question
20 TechQA 2016-02-18T09:20:12.393000How do expression bodied members distinguish between void and non-void?
307 views
Asked by AudioBubble
How can I identify the arguments that will be passed to a particular IL method call in Mono.Cecil
250 views
Asked by ChaseMedallion
Create an Instruction for Type
654 views
Asked by swestner
Do I need to initobj/assign null to out arguments before ldloca and call?
119 views
Asked by Vlad
Do short instructions have better performance?
216 views
Asked by Vlad
Is PEVerify warning about duplicate methods wrong here?
298 views
Asked by Ivan Danilov
Fody Async MethodDecorator to Handle Exceptions
2.3k views
Asked by swestner
Calling method of non-assigned class
276 views
Asked by Emre Kantar
Reference a collection from IL constructed method
233 views
Asked by Igor Ševo
Create a copy of method from IL
2.4k views
Asked by Igor Ševo
How float and double work in IL
655 views
Asked by Ehsan Sajjad
Ensure that method return value is not discarded for library
89 views
Asked by Vlad
Function Calls in Reflection.Emit
567 views
Asked by Danilo Lekovic
Superfluous NOPs and branches in unoptimized MSIL
177 views
Asked by Good Night Nerd Pride
System.Reflection.Emit - If Statement Generation
1.7k views
Asked by Danilo Lekovic
call instead of callvirt in case of the new c# 6 "?" null check
983 views
Asked by Dudi Keleti
Is CIL ldstr replaced with constant reference to the string.Intern during JIT/AOT compilation?
307 views
Asked by aeroson
CIL unbox_any instruction - strange behavior
371 views
Asked by Dudi Keleti
Rewrite IL to inject try-finally around method call
525 views
Asked by Lukas Rieger
Why does C# -> CIL have a label on every instruction?
1.1k views
Asked by Barry