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