7 instantiations of ResXSerializationBinder
System.Windows.Forms (2)
System\Resources\ResXDataNode.cs (2)
295Binder = new ResXSerializationBinder(typeNameConverter) 447Binder = new ResXSerializationBinder(typeResolver)
System.Windows.Forms.Tests (5)
System\Resources\ResXSerializationBinderTests.cs (5)
17ResXSerializationBinder binder = new(typeResolutionService); 27ResXSerializationBinder binder = new(typeResolutionService); 37ResXSerializationBinder binder = new(typeResolutionService); 46ResXSerializationBinder binder = new(type => type?.AssemblyQualifiedName ?? string.Empty); 57ResXSerializationBinder binder = new(type => $"{testTypeName}, {testAssemblyName}");
5 references to ResXSerializationBinder
System.Windows.Forms.Tests (5)
System\Resources\ResXSerializationBinderTests.cs (5)
17ResXSerializationBinder binder = new(typeResolutionService); 27ResXSerializationBinder binder = new(typeResolutionService); 37ResXSerializationBinder binder = new(typeResolutionService); 46ResXSerializationBinder binder = new(type => type?.AssemblyQualifiedName ?? string.Empty); 57ResXSerializationBinder binder = new(type => $"{testTypeName}, {testAssemblyName}");