1 type derived from TypeInfo
mscorlib (1)
system\runtime\remoting\objref.cs (1)
286internal class DynamicTypeInfo : TypeInfo
1 instantiation of TypeInfo
mscorlib (1)
system\runtime\remoting\remotingattributes.cs (1)
185_typeInfo = new TypeInfo(RI);
8 references to TypeInfo
mscorlib (8)
system\runtime\remoting\objref.cs (2)
562(typeOfTypeInfo == typeof(TypeInfo)) || 789System.Runtime.Remoting.TypeInfo.ParseTypeAndAssembly(srvTypeName, out typeName, out assemName);
system\runtime\remoting\remotingattributes.cs (3)
22using TypeInfo = System.Runtime.Remoting.TypeInfo; 122private TypeInfo _typeInfo; // type info to be used for ObjRef's of this type 179internal TypeInfo TypeInfo
system\runtime\remoting\remotingproxy.cs (1)
677if (!fCastOK && typeInfo.GetType()==typeof(TypeInfo) && oRef.IsWellKnown() )
system\runtime\remoting\remotingservices.cs (2)
1360if (((serverTypeInfo is TypeInfo) && !fRefine) || 1372TypeInfo.ParseTypeAndAssembly(typeName, out typeNamespace, out assemNamespace);