1 instantiation of TestData1
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
763
private readonly TestData1 _testData1 =
new
();
3 references to TestData1
System.Windows.Forms.Tests (3)
System\Windows\Forms\ClipboardTests.cs (3)
763
private readonly
TestData1
_testData1 = new();
780
if (typeof(
TestData1
).FullName == fullName)
782
return typeof(
TestData1
);