4 references to CreateNewBufferAsync
Microsoft.CodeAnalysis.EditorFeatures (4)
Preview\AbstractPreviewFactoryService.cs (4)
302createBufferAsync: (textDocument, cancellationToken) => CreateNewBufferAsync(textDocument, cancellationToken), 384createBufferAsync: (textDocument, cancellationToken) => CreateNewBufferAsync(textDocument, cancellationToken), 423var oldBuffer = await CreateNewBufferAsync(oldDocument, cancellationToken); 424var newBuffer = await CreateNewBufferAsync(newDocument, cancellationToken);