8 references to ReadInt64
PresentationCore (1)
Core\CSharp\System\Windows\Media\ColorTransform.cs (1)
164
outputColor = Marshal.
ReadInt64
(paOutputColors);
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
1554
return (long)Marshal.
ReadInt64
((IntPtr)((long)pointer + this.offset));
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
1006
return Marshal.
ReadInt64
(dataPtr);
System.Core (1)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (1)
1349
array[i] = DateTime.FromFileTime(Marshal.
ReadInt64
(ptr));
System.Security (1)
system\security\cryptography\pkcs\pkcs9attribute.cs (1)
117
long signingTime = Marshal.
ReadInt64
(pbDecoded.DangerousGetHandle());
System.ServiceModel (1)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (1)
862
retVal = Marshal.
ReadInt64
((IntPtr)pBuffer);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4458
longVal = Marshal.
ReadInt64
(val);
WindowsBase (1)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
4770
longVal = Marshal.
ReadInt64
(val);