1 write to _expectedType
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
401_expectedType = expectedType;
2 references to _expectedType
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataObjectTests.cs (2)
418typeof(T).Should().Be(_expectedType); 422if (typeof(T) == _expectedType && _dataToReturn is not null)