Lines Matching refs:kvp
1570 foreach (KeyValuePair<string, ManualResetEvent> kvp in notifyList) in createCattoucan()
1572 toucan.AddNotification(kvp); in createCattoucan()
1574 foreach (KeyValuePair<string, Func<string, bool>> kvp in callbackList) in createCattoucan()
1576 toucan.AddNotification(kvp); in createCattoucan()
1655 …KeyValuePair<string, ManualResetEvent> kvp = new KeyValuePair<string, ManualResetEvent>(match, evt… in AddNotification()
1658 toucan.AddNotification(kvp); in AddNotification()
1661 notifyList.Add(kvp); in AddNotification()
1675 …KeyValuePair<string, Func<string, bool>> kvp = new KeyValuePair<string, Func<string, bool>>(match,… in AddNotification()
1678 toucan.AddNotification(kvp); in AddNotification()
1681 int already = callbackList.IndexOf(kvp); in AddNotification()
1689 callbackList.Add(kvp); in AddNotification()