¡@

Home 

c# Programming Glossary: leave.s

Performance difference for control structures 'for' and 'foreach' in C#

http://stackoverflow.com/questions/1124753/performance-difference-for-control-structures-for-and-foreach-in-c-sharp

object MoveNext IL_001e brtrue.s IL_0009 IL_0020 leave.s IL_0030 end .try finally IL_0022 ldloca.s V_1 IL_0024 constrained...

Using clause fails to call Dispose?

http://stackoverflow.com/questions/11896282/using-clause-fails-to-call-dispose

get_ClassName IL_003d stloc.3 IL_003e nop IL_003f leave.s IL_004f end .try finally IL_0041 nop IL_0042 ldloc.s mbo IL_0044.. get_ClassName IL_0038 stloc.1 IL_0039 leave.s IL_0045 end .try finally IL_003b ldloc.2 IL_003c brfalse.s IL_0044..

Lock statement vs Monitor.Enter method

http://stackoverflow.com/questions/2837070/lock-statement-vs-monitor-enter-method

mscorlib System.GC Collect L_004f nop L_0050 nop L_0051 leave.s L_0066 L_0053 ldloc.3 L_0054 ldc.i4.0 L_0055 ceq L_0057 stloc.s.. mscorlib System.GC Collect L_009c nop L_009d nop L_009e leave.s L_00aa L_00a0 nop L_00a1 ldloc.1 L_00a2 call void mscorlib System.Threading.Monitor..

What really happens in a try { return x; } finally { x = null; } statement?

http://stackoverflow.com/questions/421797/what-really-happens-in-a-try-return-x-finally-x-null-statement

L_0000 call int32 Program SomeNumber L_0005 stloc.0 L_0006 leave.s L_000e L_0008 call void Program Foo L_000d endfinally L_000e..

Is it better to declare a variable inside or outside a loop?

http://stackoverflow.com/questions/8535846/is-it-better-to-declare-a-variable-inside-or-outside-a-loop

MoveNext L_0035 brtrue.s L_0010 L_0037 leave.s L_0043 L_0039 ldloc.3 L_003a brfalse.s L_0042 L_003c ldloc.3.. MoveNext L_0035 brtrue.s L_0010 L_0037 leave.s L_0043 L_0039 ldloc.3 L_003a brfalse.s L_0042 L_003c ldloc.3..