1 implementation of IPatchService
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.PatchService.cs (1)
11private class PatchService : IPatchService
4 references to IPatchService
Microsoft.CodeAnalysis.Features (2)
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (1)
56IPatchService patchService,
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
58private readonly IPatchService _patchService;
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (2)
515Dim patchService = New Mock(Of IPatchService)(MockBehavior.Strict) 575Dim patchMock = New Mock(Of IPatchService)(MockBehavior.Strict)