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)
258
Contract.ThrowIfFalse(
_documentOutlineViewHost
is null);
271
phwnd =
_documentOutlineViewHost
.Handle;
282
_documentOutlineViewHost
is not null)
284
_documentOutlineViewHost
.SuspendLayout();
287
_documentOutlineViewHost
.Child = null;
288
_documentOutlineViewHost
.Parent = null;
289
_documentOutlineViewHost
.Dispose();