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