1 override of Sort
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1420public override void Sort()
7 references to Sort
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
246ns.Sort();
PresentationCore (1)
MS\Internal\IO\Packaging\NetStream.cs (1)
691_byteRangesAvailable.Sort(); // must sort before merging
PresentationFramework (2)
System\Windows\Documents\FixedDocument.cs (1)
1167dirtyPages.Sort();
System\Windows\Documents\TextStore.cs (1)
1533_mouseSinks.Sort();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
1424_list.Sort();
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (1)
288list.Sort();
System\Xml\Serialization\SchemaObjectWriter.cs (1)
245ns.Sort();