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