1 write to _schemaRowset
System.Data (1)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
554supportedSchemas[i]._schemaRowset = (Guid) Marshal.PtrToStructure(ptr, typeof(Guid));
3 references to _schemaRowset
System.Data (3)
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (2)
489values[0] = supportedSchemas[i]._schemaRowset; 634if (schema == schemaSupport[i]._schemaRowset) {
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (1)
132if (_schemaMapping[mapping]._schemaRowset == schemaSupport[i]._schemaRowset){