9 references to CheckIO
Microsoft.ML.Data (9)
DataLoadSave\Binary\BinarySaver.cs (9)
298_host.CheckIO(offsets[offsets.Count - 1] > offsets[offsets.Count - 2], "Bad offsets detected during write"); 304_host.CheckIO(writer.BaseStream.Position == offsets[0], "unexpected offset after no writing of metadata"); 328_host.CheckIO(writer.BaseStream.Position == expectedPosition, "unexpected offsets after metadata table of contents kind"); 331_host.CheckIO(writer.BaseStream.Position == expectedPosition, "unexpected offsets after metadata table of contents type description"); 342_host.CheckIO(writer.BaseStream.Position == expectedPosition, "unexpected offsets after metadata table of contents location"); 492ch.CheckIO(stream.Position == lookupOffsets[c] + (16 * blockLookups[c].Count), 519ch.CheckIO(stream.Position == expectedPosition, "unexpected offsets after table of contents name"); 521ch.CheckIO(stream.Position == expectedPosition, "unexpected offsets after table of contents type description"); 535ch.CheckIO(stream.Position == expectedPosition, "unexpected offsets after table of contents");