1 write to nativeProperties
System.ServiceModel (1)
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
31this.nativeProperties = new UnsafeNativeMethods.MQMSGPROPS();
11 references to nativeProperties
System.ServiceModel (11)
System\ServiceModel\Channels\NativeMsmqMessage.cs (11)
54for (int i = 0; i < this.nativeProperties.count; ++i) 63for (int i = 0; i < this.nativeProperties.count; ++i) 72this.buffersForAsync[bufferCount] = this.nativeProperties; 79for (int i = 0; i < this.nativeProperties.count; i++) 85this.nativeProperties.status = IntPtr.Zero; 86this.nativeProperties.variants = this.variantsHandle.AddrOfPinnedObject(); 87this.nativeProperties.ids = this.idsHandle.AddrOfPinnedObject(); 88this.nativePropertiesHandle.Target = this.nativeProperties; 99for (int i = 0; i < this.nativeProperties.count; i++) 113for (int i = 0; i < this.nativeProperties.count; i++) 136this.index = message.nativeProperties.count++;