1 instantiation of SchemaInfo
System.Data (1)
fx\src\data\System\Data\Common\dbenumerator.cs (1)
95SchemaInfo s = new SchemaInfo();
7 references to SchemaInfo
System.Data (7)
fx\src\data\System\Data\Common\DataRecordInternal.cs (3)
21private SchemaInfo[] _schemaInfo; 27internal DataRecordInternal(SchemaInfo[] schemaInfo, object[] values, PropertyDescriptorCollection descriptors, FieldNameLookup fieldNameLookup) { 44internal void SetSchemaInfo(SchemaInfo[] schemaInfo) {
fx\src\data\System\Data\Common\dbenumerator.cs (4)
22internal SchemaInfo[] _schemaInfo; // shared schema info among all the data records 92SchemaInfo[] si = new SchemaInfo[count]; 95SchemaInfo s = new SchemaInfo();