2 writes to _replacementTextValid
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (2)
63_replacementTextValid = true; 107_replacementTextValid = IsIdentifierValid_Worker(baseSolution, _replacementText, documentsGroupedByTopologicallySortedProjectId.Select(g => g.Key));
4 references to _replacementTextValid
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictEngine\ConflictResolver.Session.cs (4)
110baseSolution, renamedSpansTracker, _replacementText, _replacementTextValid, this.RenameOptions); 141_replacementTextValid, 204conflictResolution.CurrentSolution, documentsByProject, _replacementTextValid, _renameAnnotations, this.RenameOptions, _cancellationToken).ConfigureAwait(false)); 242if (_replacementTextValid && RenameOptions.RenameFile)