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)
502public String ObjectUrl { get { return _objectUrl; } } 521String str = "type='" + TypeName + ", " + AssemblyName + "'; url=" + _objectUrl;