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