16 references to Index
System.ServiceModel (16)
System\ServiceModel\Channels\NativeMsmqMessage.cs (16)
192return this.Variants[this.Index].byteValue; 196this.Variants[this.Index].byteValue = value; 218return this.Variants[this.Index].shortValue; 222this.Variants[this.Index].shortValue = value; 245return this.Variants[this.Index].shortValue != 0; 249this.Variants[this.Index].shortValue = value ? (short)-1 : (short)0; 271return this.Variants[this.Index].intValue; 275this.Variants[this.Index].intValue = value; 297return this.Variants[this.Index].longValue; 301this.Variants[this.Index].longValue = value; 371this.Variants[this.Index].byteArrayValue.intPtr = bufferHandle.AddrOfPinnedObject(); 376this.Variants[this.Index].byteArrayValue.intPtr = IntPtr.Zero; 399return this.Variants[this.Index].byteArrayValue.size; 405this.Variants[this.Index].byteArrayValue.size = value; 454this.Variants[this.Index].intPtr = bufferHandle.AddrOfPinnedObject(); 459this.Variants[this.Index].intPtr = IntPtr.Zero;