ObjectSerializationTests.cs (5)
599test(Guid.Empty);
600test(new Guid(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
601test(new Guid(0b10000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
602test(new Guid(0b10000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0));
605test(Guid.NewGuid());