4 references to SortedSet
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
250_supportedInstructionSets = new SortedSet<string>(other._supportedInstructionSets); 251_unsupportedInstructionSets = new SortedSet<string>(other._unsupportedInstructionSets);
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
250_supportedInstructionSets = new SortedSet<string>(other._supportedInstructionSets); 251_unsupportedInstructionSets = new SortedSet<string>(other._unsupportedInstructionSets);