1 instantiation of SerializablePerson
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
1365SerializablePerson person = new() { Name = "John Doe", Age = 30 };
2 references to SerializablePerson
System.Windows.Forms.Tests (2)
System\Windows\Forms\ClipboardTests.cs (2)
1365SerializablePerson person = new() { Name = "John Doe", Age = 30 }; 1368bool result = Clipboard.TryGetData(out SerializablePerson? data);