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);