4 instantiations of OrderedDictionary
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
587_categoryNamePropertyListMap = new OrderedDictionary();
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
59OrderedDictionary sampleData = new OrderedDictionary();
System.Collections.Specialized (1)
System\Collections\Specialized\OrderedDictionary.cs (1)
254return new OrderedDictionary(this);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
1987OrderedDictionary filterTable = new OrderedDictionary(members.Count);
8 references to OrderedDictionary
Microsoft.Build.Framework (2)
XamlTypes\Rule.cs (2)
404private OrderedDictionary _categoryNamePropertyListMap; 453public OrderedDictionary GetPropertiesByCategory()
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
59OrderedDictionary sampleData = new OrderedDictionary();
netstandard (1)
netstandard.cs (1)
166[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.OrderedDictionary))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
155[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.OrderedDictionary))]
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (2)
57private OrderedDictionary(OrderedDictionary dictionary) 252public OrderedDictionary AsReadOnly()
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TypeDescriptor.cs (1)
1987OrderedDictionary filterTable = new OrderedDictionary(members.Count);