8 references to InvalidSourceBufferIndex
System.Data.Entity (8)
System\Data\Common\DataRecord.cs (4)
139
throw EntityUtil.
InvalidSourceBufferIndex
(cbytes, fieldOffset, "fieldOffset");
177
throw EntityUtil.
InvalidSourceBufferIndex
(length, fieldOffset, "fieldOffset");
214
throw EntityUtil.
InvalidSourceBufferIndex
(cchars, fieldOffset, "fieldOffset");
251
throw EntityUtil.
InvalidSourceBufferIndex
(cchars, fieldOffset, "fieldOffset");
System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs (2)
122
throw EntityUtil.
InvalidSourceBufferIndex
(tempBuffer.Length, srcIndex, "dataIndex");
177
throw EntityUtil.
InvalidSourceBufferIndex
(tempBuffer.Length, srcIndex, "dataIndex");
System\Data\Objects\ObjectStateEntryDbDataRecord.cs (2)
106
throw EntityUtil.
InvalidSourceBufferIndex
(tempBuffer.Length, srcIndex, "dataIndex");
145
throw EntityUtil.
InvalidSourceBufferIndex
(buffer.Length, bufferIndex, "bufferIndex");