Base:
method
BindToType
System.Runtime.Serialization.SerializationBinder.BindToType(System.String, System.String)
3 references to BindToType
System.Windows.Forms.Tests (3)
System\Resources\ResXSerializationBinderTests.cs (3)
18binder.BindToType(typeof(Button).Assembly.FullName!, typeof(Button).FullName!).Should().Be(typeof(Button)); 28binder.BindToType(typeof(MyClass).Assembly.FullName!, typeof(MyClass).FullName!).Should().Be(typeof(MyClass)); 38binder.BindToType(typeof(Form).Assembly.FullName!, typeof(Form).FullName!).Should().Be(typeof(Form));