This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 14413e7
committed
Adding test to check if OnDeserialized doesn't throw if serialization… (#21357)
* Adding test to check if OnDeserialized doesn't throw if serialization fields aren't initialized yet. Relates to #21322
* Skipping for netfx as this only tests core impl
* Update ObservableCollection_Serialization.cs1 parent 4362253 commit 14413e7
File tree
1 file changed
+13
-0
lines changed- src/System.ObjectModel/tests/ObservableCollection
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
29 | 42 | | |
30 | 43 | | |
0 commit comments