6 instantiations of 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>();
WindowsBase (4)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
951
new
SortedDictionary
<String, PackageRelationship>(StringComparer.Ordinal);
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
824
relationshipsDictionarySortedById = new
SortedDictionary
<String, PackageRelationship>(StringComparer.Ordinal);
Base\System\IO\Packaging\ZipPackage.cs (2)
235
SortedDictionary<PieceInfo, Object> pieceDictionary = new
SortedDictionary
<PieceInfo, Object>(PieceNameHelper.PieceNameComparer);
1220
contentTypeStreamPieces = new
SortedDictionary
<PieceInfo, ZipFileInfo>(PieceNameHelper.PieceNameComparer);
19 references to SortedDictionary
System (9)
compmod\system\collections\generic\sorteddictionary.cs (9)
363
internal Enumerator(
SortedDictionary
<TKey, TValue> dictionary, int getEnumeratorRetType) {
449
private
SortedDictionary
<TKey,TValue> dictionary;
451
public KeyCollection(
SortedDictionary
<TKey,TValue> dictionary) {
561
private
SortedDictionary
<TKey, TValue>.Enumerator dictEnum;
563
internal Enumerator(
SortedDictionary
<TKey, TValue> dictionary) {
604
private
SortedDictionary
<TKey,TValue> dictionary;
606
public ValueCollection(
SortedDictionary
<TKey,TValue> dictionary) {
716
private
SortedDictionary
<TKey, TValue>.Enumerator dictEnum;
718
internal Enumerator(
SortedDictionary
<TKey, TValue> dictionary) {
System.Workflow.ComponentModel (5)
AuthoringOM\Filters\CompensationHandlingFilter.cs (5)
134
SortedDictionary
<int, CompensationInfo> sortedListOfCompensatableTargets = new SortedDictionary<int, CompensationInfo>();
296
private static bool CollectCompensatableTargetActivities(CompositeActivity compositeActivity,
SortedDictionary
<int, CompensationInfo> sortedListOfCompensatableTargets, bool immediateCompensation)
324
private static bool CollectCompensatableActiveContexts(ActivityExecutionContext context, Activity targetActivity,
SortedDictionary
<int, CompensationInfo> sortedListOfCompensatableTargets, bool immediateCompensation)
375
private static void CollectCompensatableCompletedContexts(ActivityExecutionContext context, Activity targetActivity,
SortedDictionary
<int, CompensationInfo> sortedListOfCompensatableTargets, bool immediateCompensation)
396
SortedDictionary
<int, Activity> sortedListOfCompensatableTargets = new SortedDictionary<int, Activity>();
WindowsBase (5)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
950
SortedDictionary
<String, PackageRelationship> partRelationships =
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
823
SortedDictionary
<String, PackageRelationship>
Base\System\IO\Packaging\ZipPackage.cs (3)
235
SortedDictionary
<PieceInfo, Object> pieceDictionary = new SortedDictionary<PieceInfo, Object>(PieceNameHelper.PieceNameComparer);
655
private void ProcessPieces(
SortedDictionary
<PieceInfo, Object> pieceDictionary, List<PackagePart> parts)
1201
SortedDictionary
<PieceInfo, ZipFileInfo> contentTypeStreamPieces = null;