2 writes to _objectUrl
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
482
_objectUrl
= objectUrl;
499
_objectUrl
= objectUrl;
2 references to _objectUrl
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
502
public String ObjectUrl { get { return
_objectUrl
; } }
521
String str = "type='" + TypeName + ", " + AssemblyName + "'; url=" +
_objectUrl
;