3 writes to xmlSchemaCollectionDatabase
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3484if (!stateObj.TryReadString(len, out rec.xmlSchemaCollectionDatabase)) { 4195if (!stateObj.TryReadString(byteLen, out col.xmlSchemaCollectionDatabase)) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
874this.xmlSchemaCollectionDatabase = original.xmlSchemaCollectionDatabase;
3 references to xmlSchemaCollectionDatabase
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
295typeSpecificNamePart1 = colMetaData.xmlSchemaCollectionDatabase; 573schemaRow[XmlSchemaCollectionDatabase] = col.xmlSchemaCollectionDatabase;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
874this.xmlSchemaCollectionDatabase = original.xmlSchemaCollectionDatabase;