2 writes to _documentOutlineControl
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
259
_documentOutlineControl
= new DocumentOutlineControl(
286
_documentOutlineControl
= null;
4 references to _documentOutlineControl
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (4)
256
Contract.ThrowIfFalse(
_documentOutlineControl
is null);
265
Child =
_documentOutlineControl
281
if (
_documentOutlineControl
is not null &&
285
_documentOutlineControl
.Dispose();