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