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