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