6 writes to bufferPtr
System.ServiceModel (6)
System\ServiceModel\Channels\OverlappedContext.cs (6)
189this.bufferPtr = (byte*)Marshal.UnsafeAddrOfPinnedArrayElement(buffer, 0); 223this.bufferPtr = null; 262this.bufferPtr = (byte*)Marshal.UnsafeAddrOfPinnedArrayElement(buffer, 0); 310this.bufferPtr = null; 386pThis.bufferPtr = null; 422pThis.bufferPtr = null;
9 references to bufferPtr
System.ServiceModel (9)
System\ServiceModel\Channels\OverlappedContext.cs (9)
294Fx.Assert(this.bufferPtr == null || this.bufferPtr == (byte*)Marshal.UnsafeAddrOfPinnedArrayElement((byte[])holder, 0), 333byte* ptr = this.bufferPtr; 382Fx.Assert(pThis.bufferPtr == null || pThis.bufferPtr == (byte*)Marshal.UnsafeAddrOfPinnedArrayElement((byte[])pThis.bufferHolder[0], 0), 418Fx.Assert(pThis.bufferPtr == null || pThis.bufferPtr == (byte*)Marshal.UnsafeAddrOfPinnedArrayElement((byte[])pThis.bufferHolder[0], 0), 446Fx.Assert(pThis.bufferPtr == null || pThis.bufferPtr == (byte*)Marshal.UnsafeAddrOfPinnedArrayElement((byte[])pThis.bufferHolder[0], 0),