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