3 references to BinarySort
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (3)
285
private const uint MaskCompareOpt = IgnoreCase | IgnoreNonSpace | IgnoreWidth | IgnoreKanaType |
BinarySort
;
373
if (0 != (info &
BinarySort
))
389
tmp |=
BinarySort
;