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