6 references to SchemaInfo
System.Data.Common (6)
System\Data\Common\DataRecordInternal.cs (2)
13private readonly SchemaInfo[] _schemaInfo; 19internal DataRecordInternal(SchemaInfo[] schemaInfo, object[] values, PropertyDescriptorCollection descriptors, FieldNameLookup fieldNameLookup)
System\Data\Common\DbEnumerator.cs (4)
15internal SchemaInfo[]? _schemaInfo; // shared schema info among all the data records 94SchemaInfo[] si = new SchemaInfo[count]; 98SchemaInfo s = default;