4 references to CreateNewBufferAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
Preview\AbstractPreviewFactoryService.cs (4)
301createEditorDocumentAsync: (textDocument, cancellationToken) => CreateNewBufferAsync(textDocument, cancellationToken), 383createEditorDocumentAsync: (textDocument, cancellationToken) => CreateNewBufferAsync(textDocument, cancellationToken), 422var oldEditorDocument = await CreateNewBufferAsync(oldDocument, cancellationToken); 424var newEditorDocument = await CreateNewBufferAsync(newDocument, cancellationToken);