3 writes to xmlSchemaCollectionOwningSchema
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3493if (!stateObj.TryReadString(len, out rec.xmlSchemaCollectionOwningSchema)) { 4204if (!stateObj.TryReadString(byteLen, out col.xmlSchemaCollectionOwningSchema)) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
875this.xmlSchemaCollectionOwningSchema = original.xmlSchemaCollectionOwningSchema;
3 references to xmlSchemaCollectionOwningSchema
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
296typeSpecificNamePart2 = colMetaData.xmlSchemaCollectionOwningSchema; 574schemaRow[XmlSchemaCollectionOwningSchema] = col.xmlSchemaCollectionOwningSchema;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
875this.xmlSchemaCollectionOwningSchema = original.xmlSchemaCollectionOwningSchema;