7 references to SortedList
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
88_lockList = new SortedList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
99_schemas = new SortedList();
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (2)
ObjectFormatterTests.cs (2)
74SortedList obj = new SortedList(); 82obj = new SortedList();
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
115: this()
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
84_lockList = new SortedList();
System\Xml\Schema\XmlSchemaSet.cs (1)
92_schemas = new SortedList();