2 writes to _objectUri
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
552
_objectUri
= objectUri;
569
_objectUri
= objectUri;
2 references to _objectUri
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
573
public String ObjectUri { get { return
_objectUri
; } }
595
return "type='" + TypeName + ", " + AssemblyName + "'; objectUri=" +
_objectUri
+