2 implementations of CreateClient
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
FileDownloader.cs (1)
18public IFileDownloader CreateClient(string hostId, string serverPath, int pollingMinutes)
Microsoft.VisualStudio.LanguageServices (1)
Storage\FileDownloader.cs (1)
18public IFileDownloader CreateClient(string hostId, string serverPath, int pollingMinutes)
7 references to CreateClient
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
515using var client = _service._fileDownloaderFactory.CreateClient(HostId, serverPath, pollingMinutes);
Microsoft.VisualStudio.LanguageServices.UnitTests (6)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (6)
102Function(s) s.CreateClient(It.IsAny(Of String), It.IsRegex(".*Latest.*"), It.IsAny(Of Integer))). 141Function(s) s.CreateClient(It.IsAny(Of String), It.IsRegex(".*Latest.*"), It.IsAny(Of Integer))). 178Function(s) s.CreateClient(It.IsAny(Of String), It.IsAny(Of String), It.IsAny(Of Integer))). 219Function(s) s.CreateClient(It.IsAny(Of String), It.IsAny(Of String), It.IsAny(Of Integer))). 631Function(s) s.CreateClient(It.IsAny(Of String), It.IsRegex(".*Patch.*"), It.IsAny(Of Integer))). 637Function(s) s.CreateClient(It.IsAny(Of String), It.IsRegex(".*Latest.*"), It.IsAny(Of Integer))).