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