3 writes to xmlSchemaCollectionName
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
3504if (!stateObj.TryReadString(slen, out rec.xmlSchemaCollectionName)) { 4214if (!stateObj.TryReadString(shortLen, out col.xmlSchemaCollectionName)) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
876this.xmlSchemaCollectionName = original.xmlSchemaCollectionName;
3 references to xmlSchemaCollectionName
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
297typeSpecificNamePart3 = colMetaData.xmlSchemaCollectionName; 575schemaRow[XmlSchemaCollectionName] = col.xmlSchemaCollectionName;
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
876this.xmlSchemaCollectionName = original.xmlSchemaCollectionName;