1 write to sortId
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
3666if (!stateObj.TryReadByte(out newCollation.sortId)) {
21 references to sortId
System.Data (21)
fx\src\data\System\Data\SqlClient\TdsParser.cs (17)
3682_physicalStateObj.WriteByte(collation.sortId); 3690if (0 != collation.sortId) { 3691codePage = TdsEnums.CODE_PAGE_FROM_SORT_ID[collation.sortId]; 3692Debug.Assert(0 != codePage, "GetCodePage accessed codepage array and produced 0!, sortID =" + ((Byte)(collation.sortId)).ToString((IFormatProvider)null)); 5898stateObj.WriteByte(_defaultCollation.sortId); // propbytes: collation.SortId 5918stateObj.WriteByte(_defaultCollation.sortId); // propbytes: collation.SortId 6053stateObj.WriteByte(_defaultCollation.sortId); // propbytes: collation.SortId 6077stateObj.WriteByte(_defaultCollation.sortId); // propbytes: collation.SortId 8506stateObj.WriteByte(outCollation.sortId); 8868stateObj.WriteByte(_defaultCollation.sortId); 8900stateObj.WriteByte(_defaultCollation.sortId); 8906stateObj.WriteByte(_defaultCollation.sortId); 8917stateObj.WriteByte(_defaultCollation.sortId); 8943stateObj.WriteByte(_defaultCollation.sortId); 8961stateObj.WriteByte(_defaultCollation.sortId); 9246stateObj.WriteByte(mdPriv.collation.sortId); 9358stateObj.WriteByte(md.collation.sortId);
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (2)
403return a.info == b.info && a.sortId == b.sortId;
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (2)
347_stateObj.WriteByte(collation.sortId); // propbytes: collation.SortId 354_stateObj.WriteByte(collation.sortId); // propbytes: collation.SortId