7 references to s_ulInt32Base
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\SqlUtils.cs (7)
43
private static readonly ulong s_ulInt32BaseForMod =
s_ulInt32Base
- 1; // 2**32 - 1 (0xFFF...FF)
313
Debug.Assert(dwlAccum <
s_ulInt32Base
, "dwlAccum < x_lInt32Base", "");
338
Debug.Assert(dwlAccum <
s_ulInt32Base
);
345
dwlNextAccum =
s_ulInt32Base
; // how much to add to dwlAccum after div x_dwlBaseUI4
357
Debug.Assert(dwlAccum <
s_ulInt32Base
, "dwlAccum < x_dwlBaseUI4", "Integer overflow");
409
Debug.Assert((dwlAccum / dwlDivisor) <
s_ulInt32Base
);
433
Debug.Assert(dwlAccum <
s_ulInt32Base
);