1 write to _replacementText
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
60
_replacementText
= replacementText;
6 references to _replacementText
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (6)
108
_replacementTextValid = IsIdentifierValid_Worker(baseSolution,
_replacementText
, documentsGroupedByTopologicallySortedProjectId.Select(g => g.Key));
110
var conflictResolution = new MutableConflictResolution(baseSolution, renamedSpansTracker,
_replacementText
, _replacementTextValid);
633
_replacementText
))
716
?.TryAddPossibleNameConflicts(symbol,
_replacementText
, possibleNameConflictsList);
751
if (info.ProbablyContainsIdentifier(
_replacementText
))
819
_replacementText
,