2 writes to _documentOutlineViewHost
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
265_documentOutlineViewHost = new ElementHost 290_documentOutlineViewHost = null;
7 references to _documentOutlineViewHost
Microsoft.VisualStudio.LanguageServices (7)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (7)
258Contract.ThrowIfFalse(_documentOutlineViewHost is null); 271phwnd = _documentOutlineViewHost.Handle; 282_documentOutlineViewHost is not null) 284_documentOutlineViewHost.SuspendLayout(); 287_documentOutlineViewHost.Child = null; 288_documentOutlineViewHost.Parent = null; 289_documentOutlineViewHost.Dispose();