You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug.Assert((_sharedState._columnDataBytesRemaining==0||_sharedState._columnDataBytesRemaining==-1)&&_stateObj._longlen==0,"Haven't read header yet, but column is partially read?");
@@ -2767,7 +2776,7 @@ internal int GetSnapshotStorageLength<T>()
2767
2776
2768
2777
internalobjectTryTakeSnapshotStorage()
2769
2778
{
2770
-
Debug.Assert(_snapshot!=null&&_snapshot.ContinueEnabled,"should not access snapshot accessor functions without first checking that the snapshot is present");
2779
+
Debug.Assert(_snapshot!=null,"should not access snapshot accessor functions without first checking that the snapshot is present");
Debug.Assert(_snapshot!=null&&_snapshot.ContinueEnabled,"should not access snapshot accessor functions without first checking that the snapshot is available");
2791
+
Debug.Assert(_snapshot!=null,"should not access snapshot accessor functions without first checking that the snapshot is available");
2783
2792
Debug.Assert(_snapshot._storage==null,"should not overwrite snapshot stored buffer");
0 commit comments