2 references to x_ulT9
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (2)
1950
ret = value >=
x_ulT9
? 10 : 9;
1986
ret = (dwlVal >=
x_ulT9
) ? 10 : 9;