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