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)
48
internal Microsoft.VisualStudio.LanguageServices.DocumentOutline.
DocumentOutlineControl
DocumentOutline;
101
this.DocumentOutline = ((Microsoft.VisualStudio.LanguageServices.DocumentOutline.
DocumentOutlineControl
)(target));
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
42
private
DocumentOutlineControl
? _documentOutlineControl;