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