We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0fd90 commit 181a5f2Copy full SHA for 181a5f2
src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/InProcess/FindReferencesWindowInProcess.cs
@@ -81,7 +81,7 @@ private async Task<IWpfTableControl2> GetFindReferencesWindowAsync(CancellationT
81
82
// Dig through to get the Find References control.
83
var toolWindowType = toolWindow.GetType();
84
- var toolWindowControlField = toolWindowType.GetField("Control");
+ var toolWindowControlField = toolWindowType.GetField("_control");
85
var toolWindowControl = toolWindowControlField.GetValue(toolWindow);
86
87
// Dig further to get the results table (as opposed to the toolbar).
0 commit comments