1 write to groups
SMSvcHost (1)
System\ServiceModel\Activation\MsmqActivation.cs (1)
219this.groups = new Dictionary<int, QueueMonitorGroup>();
4 references to groups
SMSvcHost (4)
System\ServiceModel\Activation\MsmqActivation.cs (4)
234foreach (QueueMonitorGroup group in this.groups.Values) 267this.groups[qmg.ListenerChannelContext.ListenerChannelId] = qmg; 277this.groups.TryGetValue(queueId, out group); 291this.groups.Remove(qmg.ListenerChannelContext.ListenerChannelId);