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