11 references to SolutionPreviewItem
Microsoft.CodeAnalysis.EditorFeatures (11)
CodeActions\CodeActionEditHandlerService.cs (1)
82new SolutionPreviewResult(_threadingContext, new SolutionPreviewItem(
Preview\AbstractPreviewFactoryService.cs (9)
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 =>
Preview\SolutionPreviewItem.cs (1)
36: this(projectId, documentId, c => Task.FromResult<object?>(text))