13 references to EmptyList
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractSyntaxFormatting.cs (2)
55return CreateAggregatedFormattingResult(node, SpecializedCollections.EmptyList<AbstractFormattingResult>()); 75return CreateAggregatedFormattingResult(node, SpecializedCollections.EmptyList<AbstractFormattingResult>());
BKTree.cs (1)
75return SpecializedCollections.EmptyList<string>();
SpecializedTasks.cs (1)
190public static readonly Task<IList<T>> EmptyList = Task.FromResult(SpecializedCollections.EmptyList<T>());
Microsoft.CodeAnalysis.CodeStyle.Fixes (6)
CodeGenerationHelpers.cs (1)
35SpecializedCollections.EmptyList<SyntaxNode>());
CodeGenerationNamespaceInfo.cs (2)
27var info = new CodeGenerationNamespaceInfo(imports ?? SpecializedCollections.EmptyList<ISymbol>()); 43? SpecializedCollections.EmptyList<ISymbol>()
CodeGenerationNamespaceSymbol.cs (1)
21_members = members ?? SpecializedCollections.EmptyList<INamespaceOrTypeSymbol>();
DocumentExtensions.cs (1)
163ignoreErrorCode ??= SpecializedCollections.EmptyList<string>();
SyntaxGeneratorExtensions.cs (1)
38SpecializedCollections.EmptyList<SyntaxNode>());
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSmartTokenFormatter.cs (1)
87return SpecializedCollections.EmptyList<TextChange>();
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
SemanticModelExtensions.vb (2)
26Return SpecializedCollections.EmptyList(Of ITypeSymbol)() 38Return SpecializedCollections.EmptyList(Of ISymbol)()