1 write to _oldDocument
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (1)
36
_oldDocument
= document;
3 references to _oldDocument
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (3)
46
Debug.Assert(newDocument.Id ==
_oldDocument
.Id);
50
_oldDocument
, newDocument, cancellationToken).ConfigureAwait(false);
75
var oldText = await
_oldDocument
.GetValueTextAsync(cancellationToken).ConfigureAwait(false);