Lines Matching refs:kvp
1592 foreach (KeyValuePair<string, ManualResetEvent> kvp in notifyList) in createCattoucan()
1594 toucan.AddNotification(kvp); in createCattoucan()
1596 foreach (KeyValuePair<string, Func<string, bool>> kvp in callbackList) in createCattoucan()
1598 toucan.AddNotification(kvp); in createCattoucan()
1677 …KeyValuePair<string, ManualResetEvent> kvp = new KeyValuePair<string, ManualResetEvent>(match, evt… in AddNotification()
1680 toucan.AddNotification(kvp); in AddNotification()
1683 notifyList.Add(kvp); in AddNotification()
1697 …KeyValuePair<string, Func<string, bool>> kvp = new KeyValuePair<string, Func<string, bool>>(match,… in AddNotification()
1700 toucan.AddNotification(kvp); in AddNotification()
1703 int already = callbackList.IndexOf(kvp); in AddNotification()
1711 callbackList.Add(kvp); in AddNotification()