1 write to apps
SMSvcHost (1)
System\ServiceModel\Activation\AppManager.cs (1)
22this.apps = new Dictionary<string, App>();
6 references to apps
SMSvcHost (6)
System\ServiceModel\Activation\AppManager.cs (6)
30return this.apps.Count; 38return this.apps; 60this.apps.Add(appKey, app); 87apps.Remove(app.AppKey); 93foreach (App app in apps.Values) 98apps.Clear();