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