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