diff --git a/src/Workspaces/Core/Portable/Rename/RenameLocations.cs b/src/Workspaces/Core/Portable/Rename/RenameLocations.cs index 2962601912df4df2e5f8fa9d5194b76e67119187..61d08d8fd0c0f57a54088ac9fa6ac3ee116ebc39 100644 --- a/src/Workspaces/Core/Portable/Rename/RenameLocations.cs +++ b/src/Workspaces/Core/Portable/Rename/RenameLocations.cs @@ -123,6 +123,7 @@ private class SearchResult /// /// Find the locations that need to be renamed. /// + /// Do not call this method directly. Instead, use internal static async Task FindLocationsInCurrentProcessAsync( ISymbol symbol, Solution solution, RenameOptionSet optionSet, CancellationToken cancellationToken) {