We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb2a90 commit 6fe92d5Copy full SHA for 6fe92d5
src/MsgPack/Serialization/Reflection/TracingILGenerator.emits.cs
@@ -1939,6 +1939,7 @@ public void EmitUnbox( System.Type type )
1939
1940
this._underlying.Emit( OpCodes.Unbox, type );
1941
}
1942
+#endif // DEBUG
1943
1944
/// <summary>
1945
/// Emit 'throw' instruction with specified arguments.
@@ -1953,7 +1954,6 @@ public void EmitThrow()
1953
1954
1955
this._underlying.Emit( OpCodes.Throw );
1956
-#endif // DEBUG
1957
1958
1959
/// Emit 'ldfld' instruction with specified arguments.
0 commit comments