10 references to Add
System (10)
net\System\Net\_DigestClient.cs (3)
1187Marshal.Copy(IntPtrHelper.Add(binding.DangerousGetHandle(), initiatorOffset), formattedData, offset, initiatorLength); 1198Marshal.Copy(IntPtrHelper.Add(binding.DangerousGetHandle(), acceptorOffset), formattedData, offset, acceptorLength); 1208Marshal.Copy(IntPtrHelper.Add(binding.DangerousGetHandle(), applicationDataOffset), formattedData, offset, applicationDataLength);
net\System\Net\_ListenerResponseStream.cs (1)
174Marshal.Copy(buffer, offset, IntPtrHelper.Add(pBufferAsIntPtr, chunkHeader.Length + 2), size);
net\System\Net\_SSPIWrapper.cs (1)
951IntPtr unmanagedAddress = IntPtrHelper.Add(safeHandle.DangerousGetHandle(), SecurityPackageInfo.Size * index);
net\System\Net\DNS.cs (2)
119currentArrayElement = IntPtrHelper.Add(currentArrayElement, IntPtr.Size); 153currentArrayElement = IntPtrHelper.Add(currentArrayElement, IntPtr.Size);
net\System\Net\NetworkInformation\PingReply.cs (1)
68Marshal.Copy (IntPtrHelper.Add(dataPtr, 36), buffer, 0, sendSize);
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (2)
419uint errorCode = (uint)Marshal.ReadInt32(IntPtrHelper.Add(asyncResult.m_UnmanagedBlob.DangerousGetHandle(), 421uint numBytes = errorCode!=0 ? unchecked((uint)-1) : (uint)Marshal.ReadInt32(IntPtrHelper.Add(asyncResult.m_UnmanagedBlob.DangerousGetHandle(),