13 references to Empty
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
1314
var diagnosticIds = ImmutableSortedSet<string>.
Empty
.WithComparer(StringComparer.OrdinalIgnoreCase);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.cs (1)
86
return ImmutableSortedSet<int>.
Empty
;
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet.cs (9)
20
return ImmutableSortedSet<T>.
Empty
;
33
return ImmutableSortedSet<T>.
Empty
.WithComparer(comparer);
44
return ImmutableSortedSet<T>.
Empty
.Add(item);
56
return ImmutableSortedSet<T>.
Empty
.WithComparer(comparer).Add(item);
67
return ImmutableSortedSet<T>.
Empty
.Union(items);
79
return ImmutableSortedSet<T>.
Empty
.WithComparer(comparer).Union(items);
102
return ImmutableSortedSet<T>.
Empty
.Union(items);
128
return ImmutableSortedSet<T>.
Empty
.WithComparer(comparer).Union(items);
168
return ImmutableSortedSet<TSource>.
Empty
.WithComparer(comparer).Union(source);
System\Collections\Immutable\ImmutableSortedSet_1.cs (2)
81
return _root.IsEmpty ? this :
Empty
.WithComparer(_comparer);
1028
? ImmutableSortedSet<T>.
Empty
.WithComparer(comparer)