1 instantiation of OtherPropertyProvider
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (1)
310
OtherPropertyProvider provider =
new
();
2 references to OtherPropertyProvider
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (2)
310
OtherPropertyProvider
provider = new();
315
Assert.Equal(nameof(
OtherPropertyProvider
.OtherValue), otherProperty.Name);