2 writes to id
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
3873if (!stateObj.TryReadUInt16(out altMetaDataSet.id)) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
573this.id = original.id;
4 references to id
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (4)
573this.id = original.id; 620int newId = altMetaDataSet.id; 622if (altMetaDataSetArray[i].id == newId) { 635if (altMetaDataSet.id == id) {