internal static void RemoveDeviceContext(DeviceContext dc) { if (activeDeviceContexts == null) { return; } activeDeviceContexts.RemoveByHashCode(dc); }
internal static void RemoveDeviceContext(DeviceContext dc) { t_activeDeviceContexts?.RemoveByHashCode(dc); }