3 references to GetTypeInformation
System.Runtime.Serialization.Formatters (3)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (3)
205typeInformation = BinaryFormatter.GetTypeInformation(_si.ObjectType); 212typeInformation ??= BinaryFormatter.GetTypeInformation(_si.ObjectType); 770TypeInformation typeInformation = BinaryFormatter.GetTypeInformation(type);