7 references to SortedSet
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
245
_supportedInstructionSets = new
SortedSet
<string>(other._supportedInstructionSets);
246
_unsupportedInstructionSets = new
SortedSet
<string>(other._unsupportedInstructionSets);
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\InstructionSetSupport.cs (2)
245
_supportedInstructionSets = new
SortedSet
<string>(other._supportedInstructionSets);
246
_unsupportedInstructionSets = new
SortedSet
<string>(other._unsupportedInstructionSets);
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Parser\SpecialBracketCharacters.cs (1)
23
private static readonly ISet<char> _restrictedCharSet = new
SortedSet
<char>((new char[] { '=', ',', '\'', '"', '{', '}', '\\' }));
PresentationFramework (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Parser\SpecialBracketCharacters.cs (1)
23
private static readonly ISet<char> _restrictedCharSet = new
SortedSet
<char>((new char[] { '=', ',', '\'', '"', '{', '}', '\\' }));
System.Xaml (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Parser\SpecialBracketCharacters.cs (1)
23
private static readonly ISet<char> _restrictedCharSet = new
SortedSet
<char>((new char[] { '=', ',', '\'', '"', '{', '}', '\\' }));