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)
260
Contract.ThrowIfFalse(
_documentOutlineViewHost
is null);
273
phwnd =
_documentOutlineViewHost
.Handle;
284
_documentOutlineViewHost
is not null)
286
_documentOutlineViewHost
.SuspendLayout();
289
_documentOutlineViewHost
.Child = null;
290
_documentOutlineViewHost
.Parent = null;
291
_documentOutlineViewHost
.Dispose();