ObjectSerializationTests.cs (5)
604test(Guid.Empty);
605test(new Guid(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
606test(new Guid(0b10000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
607test(new Guid(0b10000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0));
610test(Guid.NewGuid());