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