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