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)
265
Contract.ThrowIfFalse(
_documentOutlineViewHost
is null);
278
phwnd =
_documentOutlineViewHost
.Handle;
289
_documentOutlineViewHost
is not null)
291
_documentOutlineViewHost
.SuspendLayout();
294
_documentOutlineViewHost
.Child = null;
295
_documentOutlineViewHost
.Parent = null;
296
_documentOutlineViewHost
.Dispose();