1 instantiation of DocumentOutlineTestMocks
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
DocumentOutline\DocumentOutlineTestsBase.cs (1)
79var mocks = new DocumentOutlineTestMocks(RequestAsync, threadingContext, workspace, testLspServer);
4 references to DocumentOutlineTestMocks
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
DocumentOutline\DocumentOutlineTests.cs (2)
57private async Task<(DocumentOutlineTestMocks mocks, (ImmutableArray<DocumentSymbolData> DocumentSymbolData, ITextSnapshot OriginalSnapshot), ImmutableArray<DocumentSymbolDataViewModel> uiItems)> 60await using var mocks = await CreateMocksAsync(testCode);
DocumentOutline\DocumentOutlineTestsBase.cs (2)
72protected async Task<DocumentOutlineTestMocks> CreateMocksAsync(string code) 79var mocks = new DocumentOutlineTestMocks(RequestAsync, threadingContext, workspace, testLspServer);