2 instantiations of Binder
System.Windows.Forms (2)
System\Windows\Forms\OLE\DataObject.Composition.BinaryFormatUtilities.cs (2)
74
SerializationBinder binder = new
Binder
(typeof(T), resolver, legacyMode);
181
if (!TypeNameIsAssignableToType(record.TypeName, type, new
Binder
(type, resolver, legacyMode)))
1 reference to Binder
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
171
return IsRestrictedFormat(format) || Composition.
Binder
.IsKnownType<T>()