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)
379public String ApplicationUrl { get { return _appUrl; } } 399return "type='" + TypeName + ", " + AssemblyName + "'; appUrl=" + _appUrl;