1 write to _schemaRowset
System.Data.OleDb (1)
OleDbConnectionInternal.cs (1)
602supportedSchemas[i]._schemaRowset = Marshal.PtrToStructure<Guid>(ptr)!;
3 references to _schemaRowset
System.Data.OleDb (3)
OleDbConnectionInternal.cs (2)
521values[0] = supportedSchemas[i]._schemaRowset; 688if (schema == schemaSupport[i]._schemaRowset)
OleDbMetaDataFactory.cs (1)
134if (_schemaMapping[mapping]._schemaRowset == schemaSupport[i]._schemaRowset)