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