Fix continuation not being scheduled because of too early and too greedy disposing.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / SimpleConcurrentBag.cs
index e2c6104fb82d3f148862d78587fd59bd88b0152f..8309580b6434ac5abec5140323315f241e6c3ad3 100644 (file)
@@ -1,4 +1,3 @@
-#if NET_4_0
 // 
 // SimpleConcurrentBag.cs
 //  
@@ -25,6 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
+#if NET_4_0
 using System;
 using System.Threading;