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