2 writes to _documentOutlineViewHost
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
272_documentOutlineViewHost = new ElementHost 297_documentOutlineViewHost = null;
7 references to _documentOutlineViewHost
Microsoft.VisualStudio.LanguageServices (7)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (7)
265Contract.ThrowIfFalse(_documentOutlineViewHost is null); 278phwnd = _documentOutlineViewHost.Handle; 289_documentOutlineViewHost is not null) 291_documentOutlineViewHost.SuspendLayout(); 294_documentOutlineViewHost.Child = null; 295_documentOutlineViewHost.Parent = null; 296_documentOutlineViewHost.Dispose();