11 references to SolutionPreviewItem
Microsoft.CodeAnalysis.EditorFeatures (11)
CodeActions\CodeActionEditHandlerService.cs (1)
82
new SolutionPreviewResult(_threadingContext, new
SolutionPreviewItem
(
Preview\AbstractPreviewFactoryService.cs (9)
97
previewItems.Add(new
SolutionPreviewItem
(documentId.ProjectId, documentId, async c =>
104
previewItems.Add(new
SolutionPreviewItem
(documentId.ProjectId, documentId, async c =>
111
previewItems.Add(new
SolutionPreviewItem
(oldProject.Id, documentId, async c =>
118
previewItems.Add(new
SolutionPreviewItem
(documentId.ProjectId, documentId, async c =>
125
previewItems.Add(new
SolutionPreviewItem
(documentId.ProjectId, documentId, async c =>
132
previewItems.Add(new
SolutionPreviewItem
(oldProject.Id, documentId, async c =>
139
previewItems.Add(new
SolutionPreviewItem
(documentId.ProjectId, documentId, async c =>
146
previewItems.Add(new
SolutionPreviewItem
(documentId.ProjectId, documentId, async c =>
153
previewItems.Add(new
SolutionPreviewItem
(oldProject.Id, documentId, async c =>
Preview\SolutionPreviewItem.cs (1)
36
:
this
(projectId, documentId, c => Task.FromResult<object?>(text))