1 write to _toolbarTrayHost
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineView.xaml.cs (1)
63
ErrorHandler.ThrowOnFailure(uiShell.CreateToolbarTray(this, out
_toolbarTrayHost
));
3 references to _toolbarTrayHost
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutline\DocumentOutlineView.xaml.cs (3)
64
ErrorHandler.ThrowOnFailure(
_toolbarTrayHost
.AddToolbar(Guids.RoslynGroupId, ID.RoslynCommands.DocumentOutlineToolbar));
66
ErrorHandler.ThrowOnFailure(
_toolbarTrayHost
.GetToolbarTray(out var toolbarTray));
79
_toolbarTrayHost
.Close();