We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b0fd90 + 181a5f2 commit 3cbcd8aCopy full SHA for 3cbcd8a
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