1 override of BindToName
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
865
public override void
BindToName
(Type serializedType, out string assemblyName, out string typeName) {
5 references to BindToName
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
392
binder.
BindToName
(objectType, out binderAssemblyString, out binderTypeName);
System.Runtime.Serialization (3)
System\Runtime\Serialization\NetDataContractSerializer.cs (3)
284
binder.
BindToName
(clrType, out clrAssemblyName, out clrTypeName);
318
binder.
BindToName
(dataContractType, out clrAssemblyName, out clrTypeName);
343
binder.
BindToName
(dataContractType, out clrAssemblyName, out clrTypeName);
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
895
base.
BindToName
(serializedType, out assemblyName, out typeName);