1 write to _replacementText
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
61
_replacementText
= replacementText;
6 references to _replacementText
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (6)
110
_replacementTextValid = IsIdentifierValid_Worker(baseSolution,
_replacementText
, documentsGroupedByTopologicallySortedProjectId.Select(g => g.Key));
112
var conflictResolution = new MutableConflictResolution(baseSolution, renamedSpansTracker,
_replacementText
, _replacementTextValid);
628
_replacementText
))
711
?.TryAddPossibleNameConflicts(symbol,
_replacementText
, possibleNameConflictsList);
746
if (info.ProbablyContainsIdentifier(
_replacementText
))
814
_replacementText
,