1 implementation of IPatchService
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.PatchService.cs (1)
11
private sealed class PatchService :
IPatchService
2 references to IPatchService
Microsoft.CodeAnalysis.Features (2)
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (1)
57
IPatchService
patchService,
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
56
private readonly
IPatchService
_patchService;