4 references to CreateNewBufferAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
Preview\AbstractPreviewFactoryService.cs (4)
296
createEditorDocumentAsync: (textDocument, cancellationToken) =>
CreateNewBufferAsync
(textDocument, cancellationToken),
373
createEditorDocumentAsync: (textDocument, cancellationToken) =>
CreateNewBufferAsync
(textDocument, cancellationToken),
411
var oldEditorDocument = await
CreateNewBufferAsync
(oldDocument, cancellationToken).ConfigureAwait(true);
413
var newEditorDocument = await
CreateNewBufferAsync
(newDocument, cancellationToken).ConfigureAwait(true);