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