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