1 override of BindToName
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
865public 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)
392binder.BindToName(objectType, out binderAssemblyString, out binderTypeName);
System.Runtime.Serialization (3)
System\Runtime\Serialization\NetDataContractSerializer.cs (3)
284binder.BindToName(clrType, out clrAssemblyName, out clrTypeName); 318binder.BindToName(dataContractType, out clrAssemblyName, out clrTypeName); 343binder.BindToName(dataContractType, out clrAssemblyName, out clrTypeName);
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
895base.BindToName(serializedType, out assemblyName, out typeName);