2 writes to _replacementTextValid
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (2)
60
_replacementTextValid
= true;
104
_replacementTextValid
= IsIdentifierValid_Worker(baseSolution, _replacementText, documentsGroupedByTopologicallySortedProjectId.Select(g => g.Key));
4 references to _replacementTextValid
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictEngine\ConflictResolver.Session.cs (4)
107
baseSolution, renamedSpansTracker, _replacementText,
_replacementTextValid
);
138
_replacementTextValid
,
201
conflictResolution.CurrentSolution, documentsByProject,
_replacementTextValid
, _renameAnnotations, _cancellationToken).ConfigureAwait(false));
239
if (
_replacementTextValid
&& RenameOptions.RenameFile)