1 write to _remoteAppInfo
mscorlib (1)
system\runtime\remoting\configuration.cs (1)
931
_remoteAppInfo
= Hashtable.Synchronized(new Hashtable());
5 references to _remoteAppInfo
mscorlib (5)
system\runtime\remoting\configuration.cs (5)
1130
_remoteAppInfo
[typeEntry.ApplicationUrl];
1395
RemoteAppEntry appEntry = (RemoteAppEntry)
_remoteAppInfo
[appUrl];
1399
_remoteAppInfo
.Add(appUrl, appEntry);
1438
appEntry = (RemoteAppEntry)
_remoteAppInfo
[appUrl];
1442
_remoteAppInfo
.Add(appUrl, appEntry);