1 implementation of IIOService
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.IOService.cs (1)
12
private sealed class IOService :
IIOService
2 references to IIOService
Microsoft.CodeAnalysis.Features (2)
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (1)
56
IIOService
ioService,
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
54
private readonly
IIOService
_ioService;