2 writes to shortValue
System.ServiceModel (2)
System\ServiceModel\Channels\NativeMsmqMessage.cs (2)
222
this.Variants[this.Index].
shortValue
= value;
249
this.Variants[this.Index].
shortValue
= value ? (short)-1 : (short)0;
2 references to shortValue
System.ServiceModel (2)
System\ServiceModel\Channels\NativeMsmqMessage.cs (2)
218
return this.Variants[this.Index].
shortValue
;
245
return this.Variants[this.Index].
shortValue
!= 0;