// Needed for NET40 #if !NET_4_6 namespace LinqInternal.Threading.Needles { internal interface IRecyclableNeedle : INeedle { void Free(); } } #endif