2 references to SortedDictionary
System.Workflow.ComponentModel (2)
AuthoringOM\Filters\CompensationHandlingFilter.cs (2)
134
SortedDictionary<int, CompensationInfo> sortedListOfCompensatableTargets = new
SortedDictionary
<int, CompensationInfo>();
396
SortedDictionary<int, Activity> sortedListOfCompensatableTargets = new
SortedDictionary
<int, Activity>();