8 references to Apps
SMSvcHost (8)
System\ServiceModel\Activation\ListenerAdapter.cs (8)
125
existingApps.AddRange(appManager.
Apps
.Values);
222
if (!appManager.
Apps
.TryGetValue(appKey, out app))
283
if (!appManager.
Apps
.ContainsKey(appKey))
287
app = appManager.
Apps
[appKey];
349
if (appManager.
Apps
.ContainsKey(app.AppKey))
376
if (!appManager.
Apps
.TryGetValue(appKey, out app))
441
if (!appManager.
Apps
.TryGetValue(appKey, out app))
738
if (!appManager.
Apps
.TryGetValue(appKey, out app))