2 writes to _appUrl
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
359
_appUrl
= appUrl;
376
_appUrl
= appUrl;
2 references to _appUrl
mscorlib (2)
system\runtime\remoting\remotingconfiguration.cs (2)
379
public String ApplicationUrl { get { return
_appUrl
; } }
399
return "type='" + TypeName + ", " + AssemblyName + "'; appUrl=" +
_appUrl
;