4 references to EmptyList
Microsoft.CodeAnalysis (4)
AdditionalTextFile.cs (1)
33_diagnostics = SpecializedCollections.EmptyList<DiagnosticInfo>();
Syntax\SyntaxDiffer.cs (2)
42return SpecializedCollections.EmptyList<TextChange>(); 77return SpecializedCollections.EmptyList<TextSpan>();
Syntax\SyntaxNodeOrToken.cs (1)
866directives = buffer ?? SpecializedCollections.EmptyList<TDirective>();