1 write to _appUrl
mscorlib (1)
system\runtime\remoting\remotingconfiguration.cs (1)
516set { _appUrl = value; }
3 references to _appUrl
mscorlib (3)
system\runtime\remoting\remotingconfiguration.cs (3)
515get { return _appUrl; } 522if (_appUrl != null) 523str += "; appUrl=" + _appUrl;