2 writes to OldSolution
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictResolution.cs (2)
60
OldSolution
= null;
83
OldSolution
= oldSolution;
2 references to OldSolution
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictResolution.cs (1)
24
[MemberNotNullWhen(true, nameof(
OldSolution
))]
Rename\IRemoteRenamerService.cs (1)
247
var documentTextChanges = await RemoteUtilities.GetDocumentTextChangesAsync(
OldSolution
, _newSolutionWithoutRenamedDocument, cancellationToken).ConfigureAwait(false);