2 instantiations of RemoteAppEntry
mscorlib (2)
system\runtime\remoting\configuration.cs (2)
1398appEntry = new RemoteAppEntry(appUrl, appUrl); 1441appEntry = new RemoteAppEntry(appUrl, appUrl);
11 references to RemoteAppEntry
mscorlib (11)
system\runtime\remoting\configuration.cs (8)
1129RemoteAppEntry appEntry = (RemoteAppEntry) 1222RemoteAppEntry remApp = entry.GetRemoteAppEntry(); 1268RemoteAppEntry remApp = entry.GetRemoteAppEntry(); 1395RemoteAppEntry appEntry = (RemoteAppEntry)_remoteAppInfo[appUrl]; 1435RemoteAppEntry appEntry = null; 1438appEntry = (RemoteAppEntry)_remoteAppInfo[appUrl];
system\runtime\remoting\remotingconfiguration.cs (3)
322RemoteAppEntry _cachedRemoteAppEntry = null; 333internal void CacheRemoteAppEntry(RemoteAppEntry entry) {_cachedRemoteAppEntry = entry;} 334internal RemoteAppEntry GetRemoteAppEntry() { return _cachedRemoteAppEntry;}