1 write to apps
SMSvcHost (1)
System\ServiceModel\Activation\AppPool.cs (1)
20
this.
apps
= new List<App>();
8 references to apps
SMSvcHost (8)
System\ServiceModel\Activation\AppPool.cs (8)
31
lock (this.
apps
)
33
this.
apps
.Add(app);
39
lock (this.
apps
)
41
this.
apps
.Remove(app);
47
lock (this.
apps
)
49
return new List<App>(this.
apps
);
56
Fx.Assert(
apps
.Count == 0, "");
66
foreach (App app in
apps
)