1 write to _schemaInfo
System.Data.Common (1)
System\Data\Common\DbEnumerator.cs (1)
106_schemaInfo = si;
4 references to _schemaInfo
System.Data.Common (4)
System\Data\Common\DbEnumerator.cs (4)
55if (null == _schemaInfo) 60Debug.Assert(null != _schemaInfo && null != _descriptors, "unable to build schema information!"); 66object[] values = new object[_schemaInfo.Length]; 68_current = new DataRecordInternal(_schemaInfo, values, _descriptors, _fieldNameLookup!);