4 references to CreateNewBufferAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
Preview\AbstractPreviewFactoryService.cs (4)
297
createEditorDocumentAsync: (textDocument, cancellationToken) =>
CreateNewBufferAsync
(textDocument, cancellationToken),
374
createEditorDocumentAsync: (textDocument, cancellationToken) =>
CreateNewBufferAsync
(textDocument, cancellationToken),
412
var oldEditorDocument = await
CreateNewBufferAsync
(oldDocument, cancellationToken).ConfigureAwait(true);
414
var newEditorDocument = await
CreateNewBufferAsync
(newDocument, cancellationToken).ConfigureAwait(true);