3 references to UIntPtr
System.Formats.Nrbf (2)
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
68
MemberPrimitiveTypedRecord<UIntPtr> => Create(new
UIntPtr
(reader.ReadUInt64())),
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
69
(PrimitiveType.UInt64, "System.UIntPtr", "value") => Create(new
UIntPtr
(reader.ReadUInt64())),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\MemoryFailPoint.cs (1)
236
UIntPtr numBytes = new
UIntPtr
(segmentSize);