7 references to Empty
Microsoft.CodeAnalysis (7)
Collections\TemporaryArray`1.cs (3)
94return Empty; 226this = Empty; 319this = Empty;
Collections\TopologicalSort.cs (2)
50using var successors = TemporaryArray<TNode>.Empty; 105using var successors = TemporaryArray<TNode>.Empty;
Compilation\Compilation.cs (1)
3779using var builder = TemporaryArray<AssemblyIdentity>.Empty;
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1139using var builder = TemporaryArray<Diagnostic>.Empty;