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