1 write to _replacementText
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
59
_replacementText
= replacementText;
6 references to _replacementText
Microsoft.CodeAnalysis.Workspaces (6)
Rename\ConflictEngine\ConflictResolver.Session.cs (6)
107
_replacementTextValid = IsIdentifierValid_Worker(baseSolution,
_replacementText
, documentsGroupedByTopologicallySortedProjectId.Select(g => g.Key));
109
var conflictResolution = new MutableConflictResolution(baseSolution, renamedSpansTracker,
_replacementText
, _replacementTextValid);
632
_replacementText
))
715
?.TryAddPossibleNameConflicts(symbol,
_replacementText
, possibleNameConflictsList);
750
if (info.ProbablyContainsIdentifier(
_replacementText
))
818
_replacementText
,