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