1 instantiation of OrderedDictionary
System.IO.Packaging (1)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
183_relationships = new OrderedDictionary<string, PackageRelationship>(4);
2 references to OrderedDictionary
System.IO.Packaging (2)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
626private readonly OrderedDictionary<string, PackageRelationship> _relationships;
System\IO\Packaging\OrderedDictionary.cs (1)
12/// This is similar to <see cref="OrderedDictionary{TKey, TValue}"/>, but the items will not be sorted by a comparer but rather retain the