2 references to MemoryCheckGranularity
mscorlib (2)
system\runtime\memoryfailpoint.cs (2)
185ulong requestedSizeRounded = (ulong)(Math.Ceiling((double)sizeInMegabytes / MemoryCheckGranularity) * MemoryCheckGranularity);