1 instantiation of DocumentOutlineView
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
268
_documentOutlineView = new
DocumentOutlineView
(
3 references to DocumentOutlineView
Microsoft.VisualStudio.LanguageServices (3)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\DocumentOutline\DocumentOutlineView.g.cs (2)
48
internal Microsoft.VisualStudio.LanguageServices.DocumentOutline.
DocumentOutlineView
DocumentOutline;
116
this.DocumentOutline = ((Microsoft.VisualStudio.LanguageServices.DocumentOutline.
DocumentOutlineView
)(target));
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
44
private
DocumentOutlineView
? _documentOutlineView;