7 references to Empty
Microsoft.CodeAnalysis (7)
Collections\TopologicalSort.cs (2)
50
using var successors = TemporaryArray<TNode>.
Empty
;
105
using var successors = TemporaryArray<TNode>.
Empty
;
Compilation\Compilation.cs (1)
3823
using var builder = TemporaryArray<AssemblyIdentity>.
Empty
;
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
1138
using var builder = TemporaryArray<Diagnostic>.
Empty
;
src\Dependencies\Collections\TemporaryArray`1.cs (3)
96
return
Empty
;
228
this =
Empty
;
321
this =
Empty
;