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)
573public String ObjectUri { get { return _objectUri; } } 595return "type='" + TypeName + ", " + AssemblyName + "'; objectUri=" + _objectUri +