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)
74
SortedList obj = new
SortedList
();
82
obj = 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
();