4 references to UIntPtr
mscorlib (2)
system\runtime\memoryfailpoint.cs (1)
255UIntPtr numBytes = new UIntPtr(segmentSize);
system\uintptr.cs (1)
133return new UIntPtr(value);
System.Core (1)
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
117MemoryMappedFile.GetFileMapAccess(access), offsetHigh, offsetLow, new UIntPtr(nativeSize));
System.Web (1)
Util\altserialization.cs (1)
265value = new UIntPtr(reader.ReadUInt64());