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