1 instantiation of App
SMSvcHost (1)
System\ServiceModel\Activation\AppManager.cs (1)
59
App app = new
App
(appKey, path, siteId, appPool, requestsBlocked);
50 references to App
SMSvcHost (50)
System\ServiceModel\Activation\ActivatedMessageQueue.cs (3)
19
App
app;
32
internal ActivatedMessageQueue(ListenerAdapter listenerAdapter,
App
app)
51
public
App
App { get { return app; } }
System\ServiceModel\Activation\ActivationService.cs (1)
35
public IActivatedMessageQueue CreateQueue(ListenerAdapter la,
App
app)
System\ServiceModel\Activation\AppManager.cs (8)
17
Dictionary<string,
App
> apps;
22
this.apps = new Dictionary<string,
App
>();
34
public Dictionary<string,
App
> Apps
56
public
App
CreateApp(string appKey, string path, int siteId, string appPoolId, bool requestsBlocked)
59
App
app = new App(appKey, path, siteId, appPool, requestsBlocked);
73
foreach (
App
app in pool.SnapshotApps())
84
public void DeleteApp(
App
app, bool appPoolDeleted)
93
foreach (
App
app in apps.Values)
System\ServiceModel\Activation\AppPool.cs (7)
14
List<
App
> apps;
20
this.apps = new List<
App
>();
29
internal void AddApp(
App
app)
37
internal void RemoveApp(
App
app)
45
internal IEnumerable<
App
> SnapshotApps()
49
return new List<
App
>(this.apps);
66
foreach (
App
app in apps)
System\ServiceModel\Activation\IActivatedMessageQueue.cs (1)
13
App
App { get; }
System\ServiceModel\Activation\IActivationService.cs (1)
13
IActivatedMessageQueue CreateQueue(ListenerAdapter la,
App
app);
System\ServiceModel\Activation\ListenerAdapter.cs (25)
117
List<
App
> existingApps = new List<
App
>();
118
List<
App
> removeApps = new List<
App
>();
119
List<
App
> delayRemoveApps = new List<
App
>();
126
foreach (
App
app in existingApps)
144
foreach (
App
app in removeApps)
152
foreach (
App
app in delayRemoveApps)
180
void CloseAllListenerChannelInstances(
App
app)
218
App
app = null;
252
internal void CompleteAppPoolChange(
App
app, string appPoolId)
278
App
app = null;
314
internal void CompleteDeleteApp(
App
app)
319
void CompleteAppSettingsChanged(
App
app)
342
void RemoveApp(
App
app)
372
App
app = null;
407
internal void RegisterNewBindings(
App
app, string[] bindings)
437
App
app = null;
464
void CompleteAppCreation(
App
app, string[] bindings)
599
App
app = queue.App;
734
App
app = null;
872
void ScheduleClosingListenerChannelInstances(
App
app)
884
App
app = state as
App
;
System\ServiceModel\Activation\MsmqActivation.cs (4)
262
public IActivatedMessageQueue CreateQueue(ListenerAdapter la,
App
app)
302
App
app;
316
public QueueMonitorGroup(ActivationService activationService, ListenerAdapter la,
App
app)
335
public
App
App