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