2 references to CreateDocumentSymbolData
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel.cs (1)
425
var documentSymbolData =
CreateDocumentSymbolData
(response.Value.response, newTextSnapshot);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
65
var model = DocumentOutlineViewModel.
CreateDocumentSymbolData
(response.Value.response, response.Value.snapshot);