2 instantiations of SwitchLabelsComparer
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchBinder.cs (1)
93
var map = new Dictionary<object, SourceLabelSymbol>(labels.Length, new SwitchConstantValueHelper.
SwitchLabelsComparer
());
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
980
Dim constantsSet = New HashSet(Of ConstantValue)(New SwitchConstantValueHelper.
SwitchLabelsComparer
())