Lines Matching refs:Payload
202 Payload = value,
203 Child = new NestedTestAllTypes {Payload = value}
224 Payload = new TestAllTypes
236 Payload = new TestAllTypes
248 Payload = new TestAllTypes
260 Payload = new TestAllTypes
278 Payload = new TestAllTypes
297 Payload = new TestAllTypes
312 Payload = new TestAllTypes
327 Payload = new TestAllTypes
343 Payload = new TestAllTypes
351 Assert.AreEqual(2, destination.Payload.RepeatedInt32.Count);
352 Assert.AreEqual(1000, destination.Payload.RepeatedInt32[0]);
353 Assert.AreEqual(4321, destination.Payload.RepeatedInt32[1]);
358 Assert.AreEqual(1, destination.Payload.RepeatedInt32.Count);
359 Assert.AreEqual(4321, destination.Payload.RepeatedInt32[0]);
364 Payload = new TestAllTypes
373 Assert.AreEqual(1234, destination.Payload.SingleInt32);
374 Assert.AreEqual(2000, destination.Payload.SingleUint32);
378 clearedSource.Payload = null;
382 Assert.IsNull(destination.Payload);
388 Assert.IsNull(destination.Payload);
394 Payload = new TestAllTypes
402 Assert.AreEqual(1234, destination.Payload.SingleInt32);
403 Assert.AreEqual(0, destination.Payload.SingleUint32);
408 Payload = new TestAllTypes
416 Assert.IsNull(destination.Payload);
420 destination.Payload.SingleInt32 = 0;
425 Assert.AreEqual(0, destination.Payload.SingleInt32);
432 Assert.IsNotNull(destination.Payload);