1 write to buffersForAsync
System.ServiceModel (1)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
59
this.
buffersForAsync
= new object[propertyBuffersToPin + 3];
6 references to buffersForAsync
System.ServiceModel (6)
System\ServiceModel\Channels\NativeMsmqMessage.cs (6)
51
if (null == this.
buffersForAsync
)
67
this.
buffersForAsync
[bufferCount++] = this.properties[i].MaintainedBuffer;
70
this.
buffersForAsync
[bufferCount++] = this.ids;
71
this.
buffersForAsync
[bufferCount++] = this.variants;
72
this.
buffersForAsync
[bufferCount] = this.nativeProperties;
74
return this.
buffersForAsync
;