Skip to content

Commit 897fa57

Browse files
authored
Merge pull request #14356 from MicrosoftDocs/ghogen-patch-92259
Update date and enhance clarity in finding references
2 parents adb8ee2 + 477ccb2 commit 897fa57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/finding-references.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Finding References in Your Code
33
description: Use the Find All References command in Visual Studio to find references to particular code elements in your code. Search by reference type.
4-
ms.date: 04/05/2025
4+
ms.date: 9/29/2025
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- code editor, find all references
@@ -15,7 +15,7 @@ ms.subservice: general-ide
1515

1616
# Find references in your code
1717

18-
You can use the **Find All References** command to determine where particular code elements are referenced throughout your codebase. The **Find All References** command is available on the context (right-click) menu of the element you want to find references to. You can also select the element and then select **Shift**+**F12**.
18+
You can use the **Find All References** command to determine where particular code elements are referenced throughout your codebase. In the code editor, the **Find All References** command is available on the context (right-click) menu of the element you want to find references to. You can also select the element and then select **Shift**+**F12**.
1919

2020
The results appear in a tool window named **\<element> references**, where *element* is the name of the item you're searching for. A toolbar in the **references** window enables you to:
2121

0 commit comments

Comments
 (0)