9 references to GetProxiedType
mscorlib (9)
system\rttype.cs (1)
4381type = realProxy.GetProxiedType();
system\runtime\remoting\objref.cs (1)
979serverType = (RuntimeType)RemotingServices.GetRealProxy(obj).GetProxiedType();
system\runtime\remoting\realproxy.cs (3)
182Type svrType = GetProxiedType(); 721ctorMsg = new ConstructorCallMessage(null, null, null, (RuntimeType)GetProxiedType()); 747ctorMsg = new ConstructorCallMessage(null, null, null, (RuntimeType)GetProxiedType());
system\runtime\remoting\remotingproxy.cs (3)
269Type t = GetProxiedType(); 581return GetProxiedType().FullName; 710fCastOK = GetProxiedType().IsAssignableFrom(castType);
system\runtime\remoting\serveridentity.cs (1)
142_srvType = rp.GetProxiedType();