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)
96previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 103previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 110previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId, async c => 117previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 124previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 131previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId, async c => 138previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 145previewItems.Add(new SolutionPreviewItem(documentId.ProjectId, documentId, async c => 152previewItems.Add(new SolutionPreviewItem(oldProject.Id, documentId, async c => 159previewItems.Add(new SolutionPreviewItem(oldProject.Id, null, 166previewItems.Add(new SolutionPreviewItem(oldProject.Id, null, 173previewItems.Add(new SolutionPreviewItem(oldProject.Id, null, 180previewItems.Add(new SolutionPreviewItem(oldProject.Id, null, 187previewItems.Add(new SolutionPreviewItem(oldProject.Id, null, 194previewItems.Add(new SolutionPreviewItem(oldProject.Id, null, 202previewItems.Add(new SolutionPreviewItem(project.Id, null, 209previewItems.Add(new SolutionPreviewItem(project.Id, null, 216previewItems.Add(new SolutionPreviewItem(projectChanges.OldProject.Id, null,
7 references to SolutionPreviewItem
Microsoft.CodeAnalysis.EditorFeatures (7)
Preview\AbstractPreviewFactoryService.cs (1)
77var 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)