6 writes to uri
mscorlib (6)
system\runtime\remoting\message.cs (6)
2903uri = smuggledMsg.Uri; 2922uri = handlerObject as String; 2931uri = srvID.URI; 3668set { uri = value; } 3746uri = val; 3820uri = (String) value;
3 references to uri
mscorlib (3)
system\runtime\remoting\message.cs (3)
2923if (uri == null) 3058srvID = IdentityHolder.CasualResolveIdentity(uri) as ServerIdentity; 3667get { return uri; }