28 references to GetTextChangesAsync
GenerateDocumentationAndConfigFiles (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Microsoft.CodeAnalysis.EditorFeatures (3)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
176
var changes = await formattedDocument.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Organizing\OrganizeDocumentCommandHandler.cs (1)
149
var changes = await newDocument.
GetTextChangesAsync
(currentDocument, cancellationToken).ConfigureAwait(false);
Shared\Extensions\WorkspaceExtensions.cs (1)
28
var changes = await newDocument.
GetTextChangesAsync
(oldDocument, cancellationToken).ConfigureAwait(true);
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
AddPackage\AspNetCoreAddPackageCodeAction.cs (1)
71
var textChanges = await cleanedDocument.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (9)
AddImport\References\Reference.cs (1)
121
var textChanges = await cleanedDocument.
GetTextChangesAsync
(
AddImport\References\SymbolReference.cs (1)
69
var textChanges = await cleanedDocument.
GetTextChangesAsync
(
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaBatchFixHelpers.cs (1)
127
return await newDocument.
GetTextChangesAsync
(currentDocument, cancellationToken).ConfigureAwait(false);
Completion\Providers\AbstractMemberInsertingCompletionProvider.cs (1)
53
var changes = await newDocument.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Completion\Providers\ImportCompletionProvider\ImportCompletionProviderHelpers.cs (1)
48
var importChanges = await formattedDocumentWithImport.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Completion\Providers\Snippets\AbstractSnippetCompletionProvider.cs (1)
44
var allTextChanges = await allChangesDocument.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Copilot\IProposalAdjusterService.cs (1)
134
var allChanges = await withImportsDocument.
GetTextChangesAsync
(forkedDocument, cancellationToken).ConfigureAwait(false);
FullyQualify\AbstractFullyQualifyService.cs (1)
224
return await cleanedDocument.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Snippets\SnippetProviders\AbstractSnippetProvider.cs (1)
100
var changes = await annotatedReformattedDocument.
GetTextChangesAsync
(document, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
ExternalAccess\Razor\SimplifyMethodHandler.cs (1)
71
var changes = await newDocument.
GetTextChangesAsync
(originalDocument, cancellationToken).ConfigureAwait(false);
Handler\Formatting\AbstractFormatDocumentHandlerBase.cs (1)
58
var textChanges = await organizedDocument.
GetTextChangesAsync
(context.Document).ConfigureAwait(false);
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Microsoft.CodeAnalysis.Workspaces (5)
LinkedFileDiffMerging\DefaultDocumentTextDifferencingService.cs (1)
29
var changes = await newDocument.
GetTextChangesAsync
(oldDocument, cancellationToken).ConfigureAwait(false);
Remote\RemoteUtilities.cs (2)
38
var textChanges = await newDoc.
GetTextChangesAsync
(oldDoc, cancellationToken).ConfigureAwait(false);
47
var textChanges = await newDoc.
GetTextChangesAsync
(oldDoc, cancellationToken).ConfigureAwait(false);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Workspace\Solution\Document.cs (1)
447
/// Similar to <see cref="
GetTextChangesAsync
(Document, CancellationToken)"/>, but should be used when in a forced
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.DocumentServiceProvider.cs (1)
77
var textChanges = (await newDocument.
GetTextChangesAsync
(oldDocument, cancellationToken).ConfigureAwait(false)).ToImmutableArray();
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>
Text.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (1)
66
/// Equivalent semantics to <see cref="Document.
GetTextChangesAsync
(Document, CancellationToken)"/>