2 writes to _schemaInfo
System.Data (2)
fx\src\data\System\Data\Common\DataRecordInternal.cs (2)
30_schemaInfo = schemaInfo; 46_schemaInfo = schemaInfo;
7 references to _schemaInfo
System.Data (7)
fx\src\data\System\Data\Common\DataRecordInternal.cs (7)
45Debug.Assert(null == _schemaInfo, "invalid attempt to override DataRecordInternal schema information"); 51return _schemaInfo.Length; 60int copyLen = (values.Length < _schemaInfo.Length) ? values.Length : _schemaInfo.Length; 68return _schemaInfo[i].name; 77return _schemaInfo[i].typeName; 81return _schemaInfo[i].type;