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