7 references to x_ulInt32Base
System.Xml (7)
System\Xml\BinaryXml\SqlUtils.cs (7)
40
private static readonly ulong x_ulInt32BaseForMod =
x_ulInt32Base
- 1; // 2**32 - 1 (0xFFF...FF)
282
Debug.Assert(dwlAccum <
x_ulInt32Base
, "dwlAccum < x_lInt32Base", "");
305
Debug.Assert(dwlAccum <
x_ulInt32Base
);
312
dwlNextAccum =
x_ulInt32Base
; // how much to add to dwlAccum after div x_dwlBaseUI4
323
Debug.Assert(dwlAccum <
x_ulInt32Base
, "dwlAccum < x_dwlBaseUI4", "Integer overflow");
373
Debug.Assert((dwlAccum / dwlDivisor) <
x_ulInt32Base
);
397
Debug.Assert(dwlAccum <
x_ulInt32Base
);