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