1 write to properties
System.ServiceModel (1)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
30
this.
properties
= new MsmqProperty[propertyCount];
7 references to properties
System.ServiceModel (7)
System\ServiceModel\Channels\NativeMsmqMessage.cs (7)
56
if (this.
properties
[i].MaintainsBuffer)
65
if (this.
properties
[i].MaintainsBuffer)
67
this.buffersForAsync[bufferCount++] = this.
properties
[i].MaintainedBuffer;
80
properties
[i].Pin();
100
properties
[i].Unpin();
115
this.
properties
[i].Dispose();
139
message.
properties
[this.index] = this;