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