20 instantiations of SolutionPreviewItem
Microsoft.CodeAnalysis.EditorFeatures (20)
CodeActions\CodeActionEditHandlerService.cs (2)
72new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem( 83new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem(
Preview\AbstractPreviewFactoryService.cs (18)
97previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 104previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 111previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId, async c => 118previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 125previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 132previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId, async c => 139previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 146previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 153previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId, async c => 160previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId: null, 167previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId: null, 174previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId: null, 181previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId: null, 188previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId: null, 195previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId: null, 203previewItems.Add(new SolutionPreviewItem(project.Id, documentId: null, 210previewItems.Add(new SolutionPreviewItem(project.Id, documentId: null, 217previewItems.Add(new SolutionPreviewItem(projectChanges.OldProject.Id, documentId: null,
7 references to SolutionPreviewItem
Microsoft.CodeAnalysis.EditorFeatures (7)
Preview\AbstractPreviewFactoryService.cs (1)
78var previewItems = new List<SolutionPreviewItem>();
Preview\SolutionPreviewItem.cs (1)
13/// Construct an instance of <see cref="SolutionPreviewItem"/>
Preview\SolutionPreviewResult.cs (5)
19IList<SolutionPreviewItem>? previews, 23private readonly IList<SolutionPreviewItem> _previews = previews ?? SpecializedCollections.EmptyList<SolutionPreviewItem>(); 26public SolutionPreviewResult(IThreadingContext threadingContext, SolutionPreviewItem preview, SolutionChangeSummary? changeSummary = null) 60foreach (var previewItem in _previews)