2 references to CreateRemovedDocumentPreviewViewAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\AbstractPreviewFactoryService.cs (2)
111
await
CreateRemovedDocumentPreviewViewAsync
(oldSolution.GetRequiredDocument(documentId), zoomLevel, c).ConfigureAwaitRunInline()));
322
=>
CreateRemovedDocumentPreviewViewAsync
(document, DefaultZoomLevel, cancellationToken);