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)
46Debug.Assert(newDocument.Id == _oldDocument.Id); 50_oldDocument, newDocument, cancellationToken).ConfigureAwait(false); 75var oldText = await _oldDocument.GetValueTextAsync(cancellationToken).ConfigureAwait(false);