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]; 1395RemoteAppEntry appEntry = (RemoteAppEntry)_remoteAppInfo[appUrl]; 1399_remoteAppInfo.Add(appUrl, appEntry); 1438appEntry = (RemoteAppEntry)_remoteAppInfo[appUrl]; 1442_remoteAppInfo.Add(appUrl, appEntry);