1 instantiation of TypeInformation
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
42return new TypeInformation(FormatterServices.GetClrTypeFullName(t), assemblyName, hasTypeForwardedFrom);
5 references to TypeInformation
System.Runtime.Serialization.Formatters (5)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (3)
11private static readonly ConcurrentDictionary<Type, TypeInformation> s_typeNameCache = new ConcurrentDictionary<Type, TypeInformation>(); 38internal static TypeInformation GetTypeInformation(Type type) =>
System\Runtime\Serialization\Formatters\Binary\BinaryObjectInfo.cs (2)
198TypeInformation? typeInformation = null; 770TypeInformation typeInformation = BinaryFormatter.GetTypeInformation(type);