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