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