2 references to DocumentSymbolsRequestAsync
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (1)
74var response = await DocumentOutlineHelper.DocumentSymbolsRequestAsync(
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTests.cs (1)
58var response = await DocumentOutlineHelper.DocumentSymbolsRequestAsync(mocks.TextBuffer, mocks.LanguageServiceBroker, mocks.FilePath, CancellationToken.None);