1 instantiation of DocumentOutlineControl
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
259_documentOutlineControl = new DocumentOutlineControl(
3 references to DocumentOutlineControl
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutlineControl.g.cs (2)
48internal Microsoft.VisualStudio.LanguageServices.DocumentOutline.DocumentOutlineControl DocumentOutline; 101this.DocumentOutline = ((Microsoft.VisualStudio.LanguageServices.DocumentOutline.DocumentOutlineControl)(target));
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
42private DocumentOutlineControl? _documentOutlineControl;