ObjectSerializationTests.cs (5)
1086test(Guid.Empty);
1087test(new Guid(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
1088test(new Guid(0b10000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1));
1089test(new Guid(0b10000000000000000000000000000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0));
1092test(Guid.NewGuid());