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)
256Contract.ThrowIfFalse(_documentOutlineControl is null); 265Child = _documentOutlineControl 281if (_documentOutlineControl is not null && 285_documentOutlineControl.Dispose();