2 writes to _documentOutlineViewHost
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
267_documentOutlineViewHost = new ElementHost 292_documentOutlineViewHost = null;
7 references to _documentOutlineViewHost
Microsoft.VisualStudio.LanguageServices (7)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (7)
260Contract.ThrowIfFalse(_documentOutlineViewHost is null); 273phwnd = _documentOutlineViewHost.Handle; 284_documentOutlineViewHost is not null) 286_documentOutlineViewHost.SuspendLayout(); 289_documentOutlineViewHost.Child = null; 290_documentOutlineViewHost.Parent = null; 291_documentOutlineViewHost.Dispose();