54 references to EmptyList
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
107return SpecializedCollections.EmptyList<TextChange>();
Microsoft.CodeAnalysis.CSharp.Features (2)
Debugging\BreakpointResolver.cs (1)
100nameParts = SpecializedCollections.EmptyList<NameAndArity>();
SignatureHelp\AbstractCSharpSignatureHelpProvider.cs (1)
80=> SpecializedCollections.EmptyList<TaggedText>();
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpSmartTokenFormatter.cs (1)
87return SpecializedCollections.EmptyList<TextChange>();
Extensions\SemanticModelExtensions.cs (2)
61reservedNames ??= SpecializedCollections.EmptyList<string>(); 84reservedNames ??= SpecializedCollections.EmptyList<string>();
Microsoft.CodeAnalysis.EditorFeatures (6)
Editor\TextBufferAssociatedViewService.cs (1)
101return SpecializedCollections.EmptyList<ITextView>();
InlineRename\InlineRenameSession.cs (1)
643SpecializedCollections.EmptyList<InlineRenameReplacementKind>()));
Preview\SolutionPreviewResult.cs (1)
33_previews = previews ?? SpecializedCollections.EmptyList<SolutionPreviewItem>();
Shared\Extensions\HostWorkspaceServicesExtensions.cs (2)
99return SpecializedCollections.EmptyList<T>(); 114return SpecializedCollections.EmptyList<T>();
Shared\Tagging\Utilities\TagSpanIntervalTree.cs (1)
66return result ?? SpecializedCollections.EmptyList<ITagSpan<TTag>>();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SignatureHelpClassifier.cs (1)
58return SpecializedCollections.EmptyList<ClassificationSpan>();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeGeneration\CodeGenerationTests.VisualBasic.cs (1)
411var parameterSymbols = SpecializedCollections.EmptyList<AttributeData>();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InertClassifierProvider.InertClassifier.cs (1)
38return SpecializedCollections.EmptyList<ClassificationSpan>();
SignatureHelp\Presentation\SignatureHelpClassifier.cs (1)
58return SpecializedCollections.EmptyList<ClassificationSpan>();
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Editor\FSharpNavigationBarItem.cs (1)
38this.ChildItems = childItems ?? SpecializedCollections.EmptyList<FSharpNavigationBarItem>();
Internal\Editor\FSharpNavigationBarItemService.cs (1)
61=> (items ?? SpecializedCollections.EmptyList<FSharpNavigationBarItem>()).Where(x => x.Spans.Any()).SelectAsArray(x => ConvertToNavigationBarItem(x, textVersion));
Microsoft.CodeAnalysis.Features (6)
Debugging\AbstractBreakpointResolver.cs (1)
133return SpecializedCollections.EmptyList<ISymbol>();
GenerateMember\GenerateConstructor\AbstractGenerateConstructorService.cs (1)
174reservedNames ??= SpecializedCollections.EmptyList<string>();
GenerateType\AbstractGenerateTypeService.Editor.cs (1)
484folders = SpecializedCollections.EmptyList<string>();
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
74SpecializedCollections.EmptyList<SymbolDisplayPart>());
Shared\Utilities\SupportedPlatformData.cs (1)
34return SpecializedCollections.EmptyList<SymbolDisplayPart>();
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
181? SpecializedCollections.EmptyList<SymbolDisplayPart>()
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
FaultReporter.cs (2)
217return SpecializedCollections.EmptyList<string>(); 239return SpecializedCollections.EmptyList<string>();
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.vb (1)
59Return SpecializedCollections.EmptyList(Of TextChange)
Microsoft.CodeAnalysis.VisualBasic.Features (5)
Completion\CompletionProviders\NamedParameterCompletionProvider.vb (1)
177SpecializedCollections.EmptyList(Of IPropertySymbol),
Debugging\BreakpointResolver.vb (1)
83nameParts = SpecializedCollections.EmptyList(Of NameAndArity)()
SignatureHelp\FunctionAggregationSignatureHelpProvider.vb (2)
141Return SpecializedCollections.EmptyList(Of SignatureHelpSymbolParameter)() 170Return SpecializedCollections.EmptyList(Of SignatureHelpSymbolParameter)()
SignatureHelp\InvocationExpressionSignatureHelpProvider.vb (1)
107SpecializedCollections.EmptyList(Of IPropertySymbol),
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
SemanticModelExtensions.vb (2)
26Return SpecializedCollections.EmptyList(Of ITypeSymbol)() 38Return SpecializedCollections.EmptyList(Of ISymbol)()
Microsoft.CodeAnalysis.Workspaces (11)
AbstractSyntaxFormatting.cs (2)
55return CreateAggregatedFormattingResult(node, SpecializedCollections.EmptyList<AbstractFormattingResult>()); 75return CreateAggregatedFormattingResult(node, SpecializedCollections.EmptyList<AbstractFormattingResult>());
BKTree.cs (1)
75return SpecializedCollections.EmptyList<string>();
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>();
Formatting\Formatter.cs (1)
309? SpecializedCollections.EmptyList<TextChange>()
SpecializedTasks.cs (1)
190public static readonly Task<IList<T>> EmptyList = Task.FromResult(SpecializedCollections.EmptyList<T>());
SyntaxGeneratorExtensions.cs (1)
38SpecializedCollections.EmptyList<SyntaxNode>());
Microsoft.VisualStudio.LanguageServices (6)
GenerateType\GenerateTypeDialogViewModel.cs (1)
781this.ProjectFolders = SpecializedCollections.EmptyList<string>();
NavigationBar\NavigationBarClient.cs (2)
55_projectItems = SpecializedCollections.EmptyList<NavigationBarProjectItem>(); 56_currentTypeItems = SpecializedCollections.EmptyList<NavigationBarItem>();
Venus\ContainedLanguage.IVsContainedCode.cs (1)
56return SpecializedCollections.EmptyList<TextSpanAndCookie>();
Watson\FaultReporter.cs (2)
217return SpecializedCollections.EmptyList<string>(); 239return SpecializedCollections.EmptyList<string>();
Microsoft.VisualStudio.LanguageServices.CodeLens (1)
ReferenceCodeLensProvider.cs (1)
295Entries = entries ?? SpecializedCollections.EmptyList<CodeLensDetailEntryDescriptor>(),
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
1262return SpecializedCollections.EmptyList<string>();
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
4011Return SpecializedCollections.EmptyList(Of String)()