4 references to EmptyList
Microsoft.CodeAnalysis (4)
AdditionalTextFile.cs (1)
32_diagnostics = SpecializedCollections.EmptyList<DiagnosticInfo>();
Syntax\SyntaxDiffer.cs (2)
41return SpecializedCollections.EmptyList<TextChange>(); 76return SpecializedCollections.EmptyList<TextSpan>();
Syntax\SyntaxNodeOrToken.cs (1)
865directives = buffer ?? SpecializedCollections.EmptyList<TDirective>();