2 references to ReplacementTextValid
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.cs (1)
165
return conflictResolution.
ReplacementTextValid
&& renamedSymbol != null && renamedSymbol.Locations.Any(static loc => loc.IsInSource);
Rename\ConflictEngine\MutableConflictResolution.cs (1)
159
ReplacementTextValid
,